Diggsey/sqlxmq

Infinite retries

agraven opened this issue · 1 comments

It seems that there's currently no way to set a job to have infinite retries. Would adding this be possible?

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...)