Cron
- How I read cron schedules without pretending I remember the syntax
Cron is simple once it is explained, but the syntax is not something I try to memorise perfectly. A cron expression often looks like this: 0 2 * * * If you do not read cron every day, that line is not obvious.