Cron Every Tuesday

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

0 0 * * 2

Let's break down this cron string:

See more cron examples.