-
Notifications
You must be signed in to change notification settings - Fork 358
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
Inconsistent daily schedule with interval behaviour between version 0.16.3 and 0.16.4 #514
Comments
Hey, thanks for getting in touch. Funnily enough, you've picked the day that clocks change. There was a bug previously that meant that schedules around the clock-change days were incorrectly calculated. This was fixed in the latest release. Since your schedule starts after the occurrence rule, you don't see the event from the 28th March, but you do see them from the 1st April onwards. The previous behaviour of one existing on the 29th was a bug which is now fixed. The behaviour you see in 0.16.4 is what I would expect. If I've misunderstood something and you're expecting some different behaviour, then please let me know and we'll investigate further. |
@unrooty-infinum - after chatting to @seejohnrun about it, we agree that this behaviour isn't right. Interestingly, if you're not using the |
@pacso sorry, missed your first reply. I guess that 0.16.3 behaviour is correct because my customer would open a task(bug) in other case, hahaha :) Anyway thanks for the reply! Please let me know if I can help to resolve this issue. |
* Add Ruby 3.1 and Rails 7.0 * Exclude older versions of ruby from rails 7 * Exclude individually * Switch to YAML.safe_load * Add time helpers * require active_support * require active_support
Hello! First of all thanks for the gem, you did a great job!
I'm facing an issue with daily schedule with interval after
ice_cube
update from version0.16.3
to version0.16.4
.According the following reproducion scripts you can see that version
0.16.3
output differs from version0.16.4
output.Is it expected behaviour? And which version output is correct?
Environment
Ruby: 3.0.2p107 (2021-07-07 revision 0db68f0233) [arm64-darwin20]
OS: MacOS Big Sur 11.6
Version 0.16.3 behaviour reproducion script
Version 0.16.4 behaviour reproducion script
The text was updated successfully, but these errors were encountered: