Cap stuck-job requeue retries and notify on exhaustion
All checks were successful
ci / test (pull_request) Successful in 29s
ci / publish (pull_request) Has been skipped

This commit is contained in:
2026-05-22 21:25:53 +00:00
parent dc48df1aab
commit 1fb67b630d
5 changed files with 129 additions and 19 deletions

View File

@@ -46,6 +46,7 @@ MAX_REVIEW_MINUTES=10
CONCURRENCY=1
JOB_LEASE_TIMEOUT_SECONDS=300
STUCK_JOB_RECOVERY_ACTION=requeue
MAX_STUCK_JOB_RETRIES=1
# Image used for ephemeral job containers (Node + npm + Codex CLI install).
REVIEW_RUNNER_IMAGE=node:22-bookworm-slim