-
Notifications
You must be signed in to change notification settings - Fork 139
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
Handle failures in pending jobs #18
Comments
The code lives here: taxinomitis/src/lib/pendingjobs/runner.ts Lines 16 to 45 in 0f30eed
The try...catch is laid out so that if one task fails, it throws us out of the |
Closing - as not worth the effort. In over a year, it's never actually failed, so investing in handling failure seems like a waste of time. Worst case scenario, if there is a failure, I can manually remove the failing job to unblock the rest - and then revisit whether it's worth automating it. |
At the moment, all pending job processing is stopped when one fails.
We could improve on this, so that other jobs can still be attempted if there is a single blip.
The text was updated successfully, but these errors were encountered: