You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I use the onFailure hook to implement retry with ResqueScheduler, how I can prevent the job to append to the failed queue? because if I retry the job I dont want it to appear in the failed list
The text was updated successfully, but these errors were encountered:
It looks as though there isn't currently a way to do so. The code would have to be modified to check and handle a return value from the onFailure hook. At the moment, it's just a detailed log of each failure. (It's not really a "queue" in the first place, really.)
Hi,
I use the
onFailure
hook to implement retry withResqueScheduler
, how I can prevent the job to append to the failed queue? because if I retry the job I dont want it to appear in the failed listThe text was updated successfully, but these errors were encountered: