From cb3c94ec50fffa63c467eb0742a47c1c736ed7ef Mon Sep 17 00:00:00 2001 From: dangzerong <429714019@qq.com> Date: Thu, 30 Oct 2025 14:24:20 +0800 Subject: [PATCH] =?UTF-8?q?task=5Fexecutor=20=E6=B7=BB=E5=8A=A0=E6=97=A5?= =?UTF-8?q?=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index f4c4bd2..f359d27 100644 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -155,6 +155,8 @@ function task_exe() { while true; do LD_PRELOAD="$JEMALLOC_PATH" \ "$PY" rag/svr/task_executor.py "${host_id}_${consumer_id}" + echo "task_executor exited. Sleeping 5s before restart." + sleep 5 done }