Cron Every 30 Minutes

To run a cron job every 30 minutes, use the following cron string:

*/30 * * * *

Let's break down this cron string:

See more cron examples.