Schedule Weekend Jobs at Midnight
The standard 0 0 * * 0,6 expression runs your job at midnight on Saturdays and Sundays. Verify the execution times visually.
Next 5 Run Dates ()
What does 0 0 * * 0,6 mean?
The cron expression 0 0 * * 0,6 translates to At 12:00 AM, only on Sunday and Saturday.
Targeting only days 0 (Sunday) and 6 (Saturday), this expression ensures heavy lifting is isolated to the weekend. System administrators rely on this specific window to run full-system defragmentations, execute massive weekly database dumps, or perform disruptive server reboots when user traffic is at its absolute lowest.