Is there any way to disable retrying after crashed
Is there any way to disable retrying after crashed
1 Reply
After what crashed? Raise an error or return a proper error response and the job will be marked as FAILED and not be retried. Sounds like your handler code may have an issue if jobs are being retried when you don't want them to be.