Skip to main content

Module timeouts

Module timeouts 

Source
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).