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

Exception Handling? #2

Closed
dustingraham opened this issue Apr 20, 2016 · 2 comments
Closed

Exception Handling? #2

dustingraham opened this issue Apr 20, 2016 · 2 comments

Comments

@dustingraham
Copy link

Could you address exception handling in the readme?

@vionemc
Copy link

vionemc commented Oct 31, 2016

Will this library retry the cron job if it fails?
Is there any fault tolerance mechanism?

@lavary
Copy link
Owner

lavary commented Oct 31, 2016

It won't be retried when there's a failure, but the event runner will log the error or send an email notification (even if there's a parse error in your specified callbacks). You may read about it here.

You can also create a number of PHP callbacks to be called in case of an error - by using onError() method. This is covered here.

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

No branches or pull requests

3 participants