Expand description
Timeout and interval durations.
Constantsยง
- DEFAULT_
SESSION_ TIMEOUT_ HOURS - Default session timeout in hours.
- DELAYS_
MS - Lock cleanup retry delays in milliseconds.
- MANAGED_
RETRY_ POLL_ INTERVAL - Polling cadence for cancellation-aware retry waits.
- MANAGED_
SUBPROCESS_ CI_ TIMEOUT - Managed subprocess timeout for CI gate execution.
- MANAGED_
SUBPROCESS_ GH_ TIMEOUT - Managed subprocess timeout for GitHub CLI operations.
- MANAGED_
SUBPROCESS_ GIT_ TIMEOUT - Managed subprocess timeout for standard git operations.
- MANAGED_
SUBPROCESS_ INTERRUPT_ GRACE - Grace period after SIGINT before escalating to SIGKILL for managed subprocesses.
- MANAGED_
SUBPROCESS_ PLUGIN_ TIMEOUT - Managed subprocess timeout for processor plugin hooks.
- MANAGED_
SUBPROCESS_ POLL_ INTERVAL - Polling cadence for managed subprocess wait loops.
- MANAGED_
SUBPROCESS_ PROBE_ TIMEOUT - Managed subprocess timeout for short probes (doctor, availability checks).
- MANAGED_
SUBPROCESS_ REAP_ TIMEOUT - Best-effort reap timeout after a managed subprocess receives SIGKILL.
- PARALLEL_
TERMINAL_ WORKER_ TTL - How long terminal worker records are retained before stale pruning.
- SPINNER_
UPDATE_ INTERVAL_ MS - Spinner animation update interval in milliseconds.
- TEMP_
RETENTION - Temporary file retention period (7 days).