Infinite retries
agraven opened this issue · 1 comments
agraven commented
It seems that there's currently no way to set a job to have infinite retries. Would adding this be possible?
Diggsey commented
It uses an exponential backoff, so as long as you set the number of retries to a reasonably high number, it's effectively infinite. (eg. 1000 retries with an inital backoff of 1ms would take 3*10^290 years...)