Skip to main content

DEFAULT_JOB_TTL_SECONDS

Constant DEFAULT_JOB_TTL_SECONDS 

Source
pub const DEFAULT_JOB_TTL_SECONDS: i64 = 3600;
Expand description

Built-in default Job.spec.ttlSecondsAfterFinished (1h) applied to a mover Job when neither moverDefaults.ttlSecondsAfterFinished nor the recipe’s mover.ttlSecondsAfterFinished sets one, so finished backup/restore Jobs and their pods self-GC instead of lingering (ADR-0005 §12).