-
-
Notifications
You must be signed in to change notification settings - Fork 309
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
[BUG] - Multiple times not working #322
Comments
+1. Facing this same issue. Sample code
Seeing only one execution Currently scheduling it separately seems to work as an alternative
|
I started to use this package and experiencing issues with a lot of methods.. But one cool thing is, there is a method named
use this https://crontab.guru/ website and set your desired timings and copy paste the desired expression inside this method. I hope you would be good to go... |
I dug into this issue, below is my code snippet and I also add some logs to the gocron package.
The log is below, and you can see, the task executed at 18:54 and 18:55, and then skipped 18:56, goes to the next day.
The reason is that the code added in the
|
Describe the bug
With this test code:
I get call only on first time occurrence not others (see log):
Version
latest master: b96aa93
Expected behavior
I should see printed on in all times and off in all times.
The text was updated successfully, but these errors were encountered: