# Constants
No description provided by the author
Run once a day, midnight | 0 0 0 * * *.
Run once an hour, beginning of hour | 0 0 * * * *.
No description provided by the author
Run once a minute, beginning of minute | 0 0 * * * *.
No description provided by the author
Run once a month, midnight, first of month | 0 0 0 1 * *.
Run once a second, beginning of second.
No description provided by the author
Run once a week, midnight between Sat/Sun | 0 0 0 * * 0.
Run once a year, midnight, Jan.
# Type aliases
No description provided by the author