-
CRON (aka time-based job scheduler)
What is a cron job? A cron job is just a plain old job that will run at specific intervals of time based on a cron expression. How and where to schedule a cron job? Cron jobs need to be scheduled on the bootstrap process and the Scheduler will trigger those when the POST /api/v2/scheduler/cron endpoint is hit. What will…