queue
queue copied to clipboard
[16.0][IMP] queue_job: run specific hook method after max_retries
When a job has been tried for max_retries but still fails, final FailedJobError
is raised and job is set to Failed
.
This PR enables developers to run a specific hook method when this happens.