
Schedules can now use validation scripts to dynamically determine if scheduled jobs should run or be skipped until the next tick, enabling scriptable custom conditions beyond standard cron expressions.
New features
- Configure validation scripts that determine if scheduled jobs should run or be skipped until next tick
- Skip runs based on scriptable custom conditions (weekends, holidays, API availability)
- Handler receives scheduled datetime and returns boolean to proceed or skip
- Skipped runs are marked as success with skipped flag