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 }