How to use correct Cron() function #639
|
Hello I have code like: I use |
Answered by
JohnRoesler
Dec 15, 2023
Replies: 1 comment 4 replies
|
CronWithSeconds adds an additional field to the left: So, take your cron tab for every 5 minutes |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do you need seconds at all? If not just use
Cron(). If you need to specify the seconds, then it's a standard crontab -> https://crontab.guru/ with the first field (on the left) being seconds