-
-
Notifications
You must be signed in to change notification settings - Fork 437
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
Added methods to support "error state" for cron schedule #3310
Conversation
Can we make it mandatory to add return types for new methods? (#2748) To follow common naming conventions the method should have prefix Edit: Suggestion for naming ... rename field With #3245 |
There is another
|
At least a setter method could be added. I'm no fan of magic methods. |
Description
This PR allow user to set cron on error without throwing an exception.
Example:
Contribution checklist