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

[5.4] Make job fail only if it not failed already #20654

Merged
merged 1 commit into from
Aug 23, 2017
Merged

Commits on Aug 21, 2017

  1. Make job fail only if it not failed already

    This will prevent calling statsJob on an already failed and therefore deleted job, which would create another exception.
    
    In case of beanstalk queue driver this will make queue worker to correctly report MaxAttemptsExceededException instead of Pheanstalk ServerException.
    netpok committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    5a63b40 View commit details
    Browse the repository at this point in the history