Created
June 9, 2022 13:39
-
-
Save kevmul/6d2a9da1d439df0d0f980f35e5afe8d5 to your computer and use it in GitHub Desktop.
When creating a new Crontab
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Crontab | |
# Edit this file to allow for cron jobs to run | |
# Checkout https://crontab.guru for more info | |
# | |
# If you wish to create a new cronjob you can | |
# create using the sintax MIN HOUR DAY MONTH DAY_OF_WEEK | |
# * => any value | |
# , => value list separator | |
# - => range of values | |
# / => step values | |
# | |
# To write “At 14:15 on day-of-month 1.” you would create | |
# 15 14 1 * * | |
# | |
# Or you can use non-standard verbiage | |
# To write “At 00:00 on Sunday.” | |
# @weekly | |
# ====================== | |
# Jobs | |
# ====================== |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment