[FEATURE] Allow disabling jitter delay on recurring scheduled tasks
Resolved 💬 3 comments Opened Apr 20, 2026 by SendChris Closed Apr 20, 2026
Currently, all recurring scheduled tasks have a hardcoded deterministic jitter of up to ~6 minutes added at dispatch time to balance server load. There is no parameter to opt out.
For time-sensitive workflows (e.g., email triage sessions that should fire at exactly 9:00 AM, 1:00 PM, and 6:00 PM), even a few minutes of drift matters — especially when coordinating with a user's daily routine.
Request: Add an optional disableJitter: true parameter to create_scheduled_task and update_scheduled_task that fires the task at the exact cron time with no delay.
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗