Is there a built-in way to run code after the job fails and there are no more retries left? In my use case, I'm trying to update a related value in a database if the job is unsuccessful.
Or is there a way to get all the (failed) jobs? I guess querying Redis directly is one answer.
Is there a built-in way to run code after the job fails and there are no more retries left? In my use case, I'm trying to update a related value in a database if the job is unsuccessful.
Or is there a way to get all the (failed) jobs? I guess querying Redis directly is one answer.
Loving the library, by the way!