Build and understand cron expressions visually
* * * * *
Every minute
0 * * * *
0 0 * * *
0 12 * * *
0 0 * * 1
0 0 * * 1-5
0 0 * * 0,6
0 0 1 * *
*/15 * * * *
0 */6 * * *