Cron Every Friday

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

0 0 * * 5

Let's break down this cron string:

See more cron examples.