Replies: 1 comment
-
Hello 😃 All every can be done with "/n", for example every 2 minutes "/2 * * * * " The problem with every two days in Cron syntax is that depending on the month it will not run as you want it. For example: So if you really want to do every two days all over the years, you cannot use only the Cron syntax. Or at least not that I know. You will need some other management. But if "*/2" is good for you and you don't care if not really perfect use this. For every 3 weeks it's not possible only with the Cron syntax. Anyway, react-js-cron is based on the Cron syntax, so if you look what you can do with the Cron syntax you will know what to do. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How about every two days or every three weeks etc. is it support this feature at the moment?
Beta Was this translation helpful? Give feedback.
All reactions