Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
If I raise an exception from a scheduled task but have no configured error handling in the scheduler or the task, then there is no default handling and nothing appears in the console to let me know an error even occurred. If there is no explicit error handling declared in the scheduler or task definition, provide a default handler that logs the error. The only way I should be able to get zero handling of an error is if I explicitly create an empty error handler method.
Activity
Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.
If I raise an exception from a scheduled task but have no configured error handling in the scheduler or the task, then there is no default handling and nothing appears in the console to let me know an error even occurred. If there is no explicit error handling declared in the scheduler or task definition, provide a default handler that logs the error. The only way I should be able to get zero handling of an error is if I explicitly create an empty error handler method.