-
Notifications
You must be signed in to change notification settings - Fork 11.1k
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
[5.5] Fix task scheduler quarterly() method #19600
Conversation
Just want to share that this is a breaking change, some people might consider the current behaviour as correct and changing it now would break their apps so I suggest that we submit this to 5.5 and in your own app you can use the |
@themsaid Moved to master |
Then it's worth waiting for fix in original library and don't change anything in Laravel. |
By the way I don't see how it's breaking change if it fixes a bug. Of course it triggers behaviour change. |
This might cause people to complain that their jobs are running in un-expected time, although it's the correct time but that's not how it was since 5.2. That's why it might be considered a breaking change. |
To me this isn't really a "fix" because it is not defined anywhere what "quarterly" means in this context. Some people will want it the old way and some people will want it this suggested way. |
After reading the issue, I do agree this is probably the more expected behavior of quarterly. |
Thanks. I'm glad my investigation was not in vain. |
Then, is this still considered breaking, or can I do another PR to the 5.4 branch? |
Fix #19532 using @dragonmantank's suggestion.