queue icon indicating copy to clipboard operation
queue copied to clipboard

[16.0][IMP] queue_job: run specific hook method after max_retries

Open QuocDuong1306 opened this issue 6 months ago • 1 comments

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.

QuocDuong1306 avatar Jul 26 '24 10:07 QuocDuong1306