mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
[CI] Allow occasional distributed worker exit_code (#5341)
This commit is contained in:
@@ -47,7 +47,7 @@ for subdir in "$run_path"*/; do
|
||||
if [ "$exit_code" -eq 1 ] || [ "$exit_code" -eq 124 ]; then
|
||||
echo "[ERROR] $file 起服务或执行异常,exit_code=$exit_code"
|
||||
if [ "$exit_code" -eq 124 ]; then
|
||||
echo "[TIMEOUT] $file 脚本执行超过 6 分钟, 任务超时退出!"
|
||||
echo "[TIMEOUT] $file 脚本执行超过 10 分钟, 任务超时退出!"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user