Skip to main content

MAX_JITTER

Constant MAX_JITTER 

Source
pub const MAX_JITTER: Duration;
Expand description

The largest jitter window any cron may carry: 24 hours.

Jitter is a deterministic spread WITHIN a cron period, not an offset that moves the schedule. Beyond a day the spread exceeds every cadence kopiur schedules (the coarsest built-in default is a daily full maintenance), so a larger value is always a misunderstanding — typically an attempt to say “run 30h after the slot”, which jitter cannot express.