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
I set the auto_retry for my jobs and although the job is finishing OK the autoretry seems to be processing the job over and over. Is there any specific value that I should return from my job for the resque worker to know that the job finished successfully?
I set the auto_retry to 5min, 10min, and 30min and I can see the jobs being rescheduled even though it completes.
Any ideas?
The text was updated successfully, but these errors were encountered:
I set the auto_retry for my jobs and although the job is finishing OK the autoretry seems to be processing the job over and over. Is there any specific value that I should return from my job for the resque worker to know that the job finished successfully?
I set the auto_retry to 5min, 10min, and 30min and I can see the jobs being rescheduled even though it completes.
Any ideas?
The text was updated successfully, but these errors were encountered: