Skip to content
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

Add support for catching exceptions in cronjobs #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Stoux
Copy link

@Stoux Stoux commented Sep 30, 2019

I've reworked the ExceptionCatcher to a base class that can be extended by any other plugin. All they have to do is call handleException() to process an exception. Then added plugins for the HTTP app & for the Cron app.

This is possibly a breaking change as we've removed the ExceptionCatcher class. I could rework it to just adding another class next to the default ExceptionCatcher that catches cron exceptions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant