chore(compose): raise stale-claim reaper timeouts to 30m so long agent tasks aren't reaped mid-work

This commit is contained in:
Renn F
2026-06-10 13:43:55 +02:00
parent 06b0802f32
commit 93c6ef8a57
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -256,6 +256,11 @@ services:
# Production environment selects structlog's JSONRenderer (machine-
# parseable logs) over the dev ConsoleRenderer.
ROBOCO_ENVIRONMENT: production
# Reaper timeouts raised to 30 min so a long agent task isn't reaped
# mid-work. ROBOCO_CLAIM_STALE_SECONDS is the heartbeat-staleness window
# _reap_stale_claims uses (the one that was killing in-progress work).
ROBOCO_CLAIM_STALE_SECONDS: "1800"
ROBOCO_STALE_CLAIM_REAP_SECONDS: "1800"
volumes:
# Docker socket - allows spawning agent containers
- /var/run/docker.sock:/var/run/docker.sock