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

BUGFIX: When working on job, catch Throwable #59

Merged
merged 1 commit into from
Jul 28, 2022

Commits on Jul 28, 2022

  1. BUGFIX: When working on job, catch Throwable

    When working on a job, any `\Exception` is caught and the job in the
    queue is released (retry or failure). In case of a `\Throwable` _not_
    being an `\Exception`, this does not happen and the job is never "un-
    reserved".
    
    This change catches `\Throwable` instead to fix this.
    kdambekalns authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    6f31e4e View commit details
    Browse the repository at this point in the history