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

Dont fail if one Task file throws an exception #29

Closed
turtle0x1 opened this issue Aug 6, 2022 · 1 comment
Closed

Dont fail if one Task file throws an exception #29

turtle0x1 opened this issue Aug 6, 2022 · 1 comment

Comments

@turtle0x1
Copy link

If you have a ...Task.php file that throws an exception, none of the jobs run.

Ive been stung by this in past and without being able to call the task pragmatically (or atleast I cant work out how) you have to-do extra work to make sure this isn't preventing your jobs from being run.

Could try to submit a PR but would need some pointers 😄

@PabloKowalczyk
Copy link
Member

Crunz could do some try/catch magic, but it's tricky, it will be better to handle this situation in script.

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

2 participants