Expand description
Operational limits and thresholds.
Constantsยง
- CI_
FAILURE_ ESCALATION_ THRESHOLD - Number of consecutive CI failures with the same error pattern before escalation. After this many identical failures, Ralph stops retrying and requires intervention.
- CI_
GATE_ AUTO_ RETRY_ LIMIT - Auto-retry limit for CI gate failures.
- DEFAULT_
SIZE_ WARNING_ THRESHOLD_ KB - Default queue file size warning threshold (KB).
- DEFAULT_
TASK_ COUNT_ WARNING_ THRESHOLD - Default task count warning threshold.
- MAX_
CONSECUTIVE_ FAILURES - Maximum consecutive failures before aborting run loop.
- MAX_
COUNT - Maximum IDs to generate per invocation.
- MAX_
POINTER_ SIZE - Maximum LFS pointer file size (bytes).
- MAX_
QUEUE_ BACKUP_ FILES - Maximum number of queue backup files to retain in
.ralph/cache. - MAX_
RETRIES - Maximum lock cleanup retry attempts.
- MAX_
SIGNAL_ RESUMES - Maximum automatic recovery attempts after runner signal termination.
- MAX_
UNDO_ SNAPSHOTS - Maximum number of undo snapshots to retain in
.ralph/cache/undo. - MIN_
ENV_ VALUE_ LEN - Minimum environment variable value length for redaction.