I'm using river queues in the context of scheduling, and since the worker queue for the scheduler is customizable, it might be the case that we want to continue trying (with some backoff) greater than some integer value. Would it be possible to have some value like -1 that essentially says "There is no maxAttempts, keep trying until the end of the time?" If not, I would choose some maximum integer value, but it would be nice to be able to explicitly say that in the code. Thank you!
I'm using river queues in the context of scheduling, and since the worker queue for the scheduler is customizable, it might be the case that we want to continue trying (with some backoff) greater than some integer value. Would it be possible to have some value like -1 that essentially says "There is no maxAttempts, keep trying until the end of the time?" If not, I would choose some maximum integer value, but it would be nice to be able to explicitly say that in the code. Thank you!