-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doOnce on set intervals does not work as expected #96
Comments
Welcome with your first issue |
Hi :) |
That'd make sense, but doWhile and doInfinity trigger every second with this configuration, even though it should only be once every 2 minutes to my knowledge, so I'm unsure what to do here to get the desired result. |
Look here for your krontab settings explanation |
oh, so it's different from regular cron format in that regard? |
Yes, all the differences described in docs |
Example code:
Expected behavior: prints "Hello World!" once every other minute.
Actial Behavior: Seems to trigger only once or twice
The text was updated successfully, but these errors were encountered: