Every 15 minutes: */15 * * * *
Runs at :00, :15, :30 and :45. A common interval for syncing data, refreshing caches or polling an API without hammering it.
Build a different schedule with the crontab generator.
The expression is */15 * * * *. Change the command and time zone below, or adjust the schedule.
Crontab line — add it with crontab -e:
Calculated on your device.
*/15 * * * *Runs at :00, :15, :30 and :45. A common interval for syncing data, refreshing caches or polling an API without hammering it.
Build a different schedule with the crontab generator.