add config retry_delay_in_ms for migration_task_dispatcher

This commit is contained in:
liugq 2023-07-27 18:05:52 +08:00
parent b447cc953e
commit c7228b9287
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ pipeline:
- name: migration_task_dispatcher
auto_start: true
keep_running: true
retry_delay_in_ms: 1000
processor:
- migration_dispatcher:
elasticsearch: "$[[CLUSTER_ID]]"