From c7228b92871b4091245f2147f902157d61235925 Mon Sep 17 00:00:00 2001 From: liugq Date: Thu, 27 Jul 2023 18:05:52 +0800 Subject: [PATCH] add config retry_delay_in_ms for migration_task_dispatcher --- config/system_config.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/config/system_config.tpl b/config/system_config.tpl index f0b67de3..23c4c338 100644 --- a/config/system_config.tpl +++ b/config/system_config.tpl @@ -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]]"