add config retry_delay_in_ms for migration_task_dispatcher
This commit is contained in:
parent
b447cc953e
commit
c7228b9287
|
@ -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]]"
|
||||
|
|
Loading…
Reference in New Issue