Skip to main content

Module limits

Module limits 

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