重构为直接 OpenSandbox 生命周期调度 #24

Merged
panxiao81 merged 3 commits from refactor/direct-opensandbox-scheduler into main 2026-09-18 18:19:38 +00:00
Showing only changes of commit 523ccbae2f - Show all commits
+2 -1
View File
@@ -23,7 +23,8 @@ while (( SECONDS < deadline )); do
curl --fail --silent --show-error --retry 10 --retry-all-errors \
--connect-timeout 2 --max-time 30 \
"$GITEA_RUNNER_REGISTRATION_TOKEN_URL" >"$token_file"
exec /usr/local/bin/run.sh
/usr/local/bin/run.sh
exit $?
fi
sleep 1
done