ruby on rails - More Advanced Control Over Delayed Job workers retry -
So I'm using a delay :: :: on the job workers (on Heroes), after a certain user Makes the model.
The case of a common use, however, it is revealed, users have to make something, then immediately remove it (possibly because they made a mistake or something).
When this happens, the laborers are fired, but as long as they ask for a hand model, it has already been removed, but due to the auto-retrieve facility, it is malicious 25 times the job, and certainly never work
Is there any way I can catch some errors and, when they are there, then again, with the effort, stop that particular work. , But if this is not an error, will this be the future Will try again somewhere?
Check in the call function with summary delays to carry forward the desired job or to get your desired job forward. Do and either work on that job or return success.
Comments
Post a Comment