task_executor 添加日志

This commit is contained in:
2025-10-30 14:24:20 +08:00
parent 0c31eabf20
commit cb3c94ec50

View File

@@ -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
}