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 }