Fix idle watchdog timeout inheritance #3

Merged
triform-admin merged 1 commit from codex/idle-watchdog-env into main 2026-05-07 20:03:25 +00:00

Summary\n- let the idle watchdog inherit IDLE_TIMEOUT_S from the container/pod environment instead of hardcoding 600s in supervisord\n- add a smoke assertion that IDLE_TIMEOUT_S=999999 reaches the watchdog at runtime\n\n## Verification\n- bash -n tests/smoke/container-boot.sh infra/lifecycle/idle-watchdog.sh infra/lifecycle/cold-start.sh\n- python3 configparser check that program:idle-watchdog no longer overrides IDLE_TIMEOUT_S\n- git diff --check\n\n## Operator note\nThe live chromeless-browserless pod is currently restarting cb-chromium around the 10-minute idle threshold even though the deployment sets IDLE_TIMEOUT_S=999999. This PR fixes that packaging/runtime path; after merge, build a new canonical cr7727-* runtime image and roll chromeless/chromeless-browserless.

## Summary\n- let the idle watchdog inherit IDLE_TIMEOUT_S from the container/pod environment instead of hardcoding 600s in supervisord\n- add a smoke assertion that IDLE_TIMEOUT_S=999999 reaches the watchdog at runtime\n\n## Verification\n- bash -n tests/smoke/container-boot.sh infra/lifecycle/idle-watchdog.sh infra/lifecycle/cold-start.sh\n- python3 configparser check that program:idle-watchdog no longer overrides IDLE_TIMEOUT_S\n- git diff --check\n\n## Operator note\nThe live chromeless-browserless pod is currently restarting cb-chromium around the 10-minute idle threshold even though the deployment sets IDLE_TIMEOUT_S=999999. This PR fixes that packaging/runtime path; after merge, build a new canonical cr7727-* runtime image and roll chromeless/chromeless-browserless.
fix(runtime): inherit idle watchdog timeout
Some checks failed
CI / Lint (pull_request) Failing after 2s
CI / Docs link check (pull_request) Failing after 2s
CodeQL / Analyze javascript-typescript (pull_request) Failing after 3s
CodeQL / Analyze go (pull_request) Failing after 14s
CI / Build container image (pull_request) Failing after 20s
CI / Container smoke test (pull_request) Has been skipped
E2E / docker-compose + Playwright (pull_request) Failing after 22s
42757b5613
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
triform/chromeless!3
No description provided.