Cron Every Monday

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

0 0 * * 1

Let's break down this cron string:

See more cron examples.