Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information