Skip to content

Clean up when a job triggers an exception #395

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

Merged
merged 1 commit into from
Mar 6, 2018
Merged

Clean up when a job triggers an exception #395

merged 1 commit into from
Mar 6, 2018

Conversation

msheakoski
Copy link
Contributor

@msheakoski msheakoski commented Mar 3, 2018

Fixes a condition that occurs when a running job triggers an uncaught exception. The job is left in a “running” state instead of “failed” and future jobs with the same name are not allowed to run.

Fixes issue #385

@msheakoski msheakoski changed the title Clean up when a job triggers an exception. Fixes #385 Clean up when a job triggers an exception Mar 3, 2018
Fixes a condition that occurs when a running job triggers an uncaught exception. The job is left in a “running” state instead of “failed” and future jobs with the same name are not allowed to run.
@makasim makasim merged commit 95f8468 into php-enqueue:master Mar 6, 2018
@msheakoski msheakoski deleted the catch-job-exception branch March 25, 2018 15:41
ASKozienko pushed a commit that referenced this pull request Nov 2, 2018
Clean up when a job triggers an exception
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.

2 participants