Cron job templates
23 scheduled jobs worth running, each one a working preset rather than an example. Every page covers the same ground: the problem the job solves, the endpoint you need on your side, how to tell it is working, and the ways it goes wrong.
CMS & publishing
SEO
Database
Database keep-alive
Every 4 hoursTouches an endpoint that opens a database connection, on a slow cadence.
Search reindex
At 02:30 AMRebuilds or syncs the search index overnight.
Expired session cleanup
At 04:15 AMDeletes expired sessions and tokens so the table does not grow without bound.
Data retention purge
At 01:00 AMDeletes records past their retention window.
Tokens & auth
Commerce
Abandoned cart sweep
Every hourRuns the sweep that finds stale carts and queues their reminder emails.
Daily digest email
At 08:00 AMTriggers the digest send at a fixed local time each morning.
Monthly invoicing
At 02:00 AM, on day 1 of the monthRuns the billing cycle on the first of the month.
Failed payment retry
At 10:00 AMWorks the dunning queue once a day.
Inventory sync
Every 30 minutesPulls stock levels from the system of record every half hour.
Operations
Laravel scheduler
Every minuteCalls a route that runs the Laravel scheduler once a minute.
Queue drain
Every minuteNudges a queue-processing endpoint so background work does not sit.
Backup trigger
At 03:00 AMKicks off a backup job and treats a slow response as a failure.
Cache warm-up
Every 30 minutesRequests a page so the CDN or app cache is populated before visitors arrive.
Feed refresh
Every 15 minutesPulls an RSS, JSON or partner feed on a short cycle.
Weekly report
At 07:00 AM, only on MondayBuilds and sends the weekly rollup on Monday morning.
Slack reminder
At 09:20 AM, Monday through FridayPosts a message to a Slack incoming webhook on weekday mornings.
Monitoring
Using one of these
These are the same presets the product ships with. In the dashboard a template asks for the one or two values only you can supply — your domain, a token — and creates the job already scheduled and enabled.
The free plan runs 3 jobs at hourly cadence and needs no card. Recipes that want a finer cadence than your plan allows are slowed to the fastest schedule you are actually permitted rather than rejected, so the hourly version of a five-minute recipe still works.