Skip to content

Instantly share code, notes, and snippets.

@armando-couto
Created December 12, 2021 00:08
Show Gist options
  • Save armando-couto/3ed4a86ad9efc33c27bf98419064ce96 to your computer and use it in GitHub Desktop.
Save armando-couto/3ed4a86ad9efc33c27bf98419064ce96 to your computer and use it in GitHub Desktop.
Como configurar horários no crontab
Field name | Mandatory? | Allowed values | Allowed special characters
---------- | ---------- | -------------- | --------------------------
Seconds | No | 0-59 | * / , -
Minutes | Yes | 0-59 | * / , -
Hours | Yes | 0-23 | * / , -
Day of month | Yes | 1-31 | * / , - ?
Month | Yes | 1-12 or JAN-DEC | * / , -
Day of week | Yes | 0-6 or SUN-SAT | * / , - ?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment