Polling13
Constructors
Presets
acceleratingconstExponentially accelerating poll cadence.acceleratingWithRefsconstAccelerating cadence with externally-managed refs for live tuning.adaptiveconstWork-aware cadence — the complement of backoff.backoffconstExponential backoff: starts at initial, doubles (or multiplies by factor) each tick, caps at max.cronconstTicks on a cron schedule — each wait sleeps until the expression's NEXT occurrence (UTC), so ticks land on calendar boundaries instead of relative intervals.dynamicconstCadence read from a DynamicConfig field on EVERY tick — swap the field's value (locally or over a ProcessManager control verb) and the new interval applies from the next wait.jitteredconstFixed interval with random jitter to prevent thundering herd.spacedconstFixed interval between ticks.