Cron Every 12 Minutes

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

*/12 * * * *

Let's break down this cron string:

See more cron examples.