Skip to content

Instantly share code, notes, and snippets.

@rcerrejon
Created March 9, 2016 15:09
Show Gist options
  • Save rcerrejon/4245f0af7c466c46750f to your computer and use it in GitHub Desktop.
Save rcerrejon/4245f0af7c466c46750f to your computer and use it in GitHub Desktop.
Cron Job Cheat Sheet
* * * * * *
| | | | | |
| | | | | +-- Year (range: 1900-3000)
| | | | +---- Day of the Week (range: 1-7, 1 standing for Monday)
| | | +------ Month of the Year (range: 1-12)
| | +-------- Day of the Month (range: 1-31)
| +---------- Hour (range: 0-23)
+------------ Minute (range: 0-59)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment