Validate lease timeout against max review runtime
All checks were successful
ci / test (pull_request) Successful in 30s
ci / publish (pull_request) Has been skipped

This commit is contained in:
2026-05-22 21:50:06 +00:00
parent d24b4f4f79
commit c73aadc660
3 changed files with 25 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ WORKDIR=/var/lib/gitea-codex/worktrees
MAX_DIFF_BYTES=200000
MAX_REVIEW_MINUTES=10
CONCURRENCY=1
JOB_LEASE_TIMEOUT_SECONDS=300
JOB_LEASE_TIMEOUT_SECONDS=660
STUCK_JOB_RECOVERY_ACTION=requeue
MAX_STUCK_JOB_RETRIES=1