Cap stuck-job requeue retries and notify on exhaustion

This commit is contained in:
2026-05-22 21:25:53 +00:00
parent dfd67c1cce
commit d24b4f4f79
5 changed files with 128 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