explain
How this cron schedule works
Use the Every 30 minutes cron expression */30 * * * *, understand how it works, and preview upcoming runs.
Minute
*/30Hour
*Day of month
*Month
*Day of week
*Use the Every 30 minutes cron expression */30 * * * *, understand how it works, and preview upcoming runs.
*/30 * * * *Every 30 minutes
Use the Every 30 minutes cron expression */30 * * * *, understand how it works, and preview upcoming runs.
*/30****The tools use the standard Unix 5-field cron format: minute, hour, day of month, month and day of week.
No. The site only builds, explains and calculates schedules. It never executes commands or stores your cron jobs.
No. Core calculations run locally in your browser.