From 206d621662e338e0834dbb3972a39a759b96be7c Mon Sep 17 00:00:00 2001 From: dangzerong <429714019@qq.com> Date: Tue, 18 Nov 2025 17:27:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20task=5Fexecutor.py?= =?UTF-8?q?=E8=BF=9B=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 2b68439..bdfe3c2 100755 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -161,7 +161,7 @@ function task_exe() { JEMALLOC_PATH="$(pkg-config --variable=libdir jemalloc)/libjemalloc.so" while true; do LD_PRELOAD="$JEMALLOC_PATH" \ - "$PY" rag/svr/task_executor.py "${host_id}_${consumer_id}" + "$PY" rag/svr/task_executor.py "${host_id}_${consumer_id}" || true done }