Is it currently possible to set the retry configuration? The docs mention Retries and honors retry configuration (max attempts, max doublings, backoff) as one of the supported things but I don't see how. I also see some retry config code in the queue.go but still not sure if possible to configure it.
I am running it in docker container
Is it currently possible to set the retry configuration? The docs mention
Retries and honors retry configuration (max attempts, max doublings, backoff)as one of the supported things but I don't see how. I also see some retry config code in the queue.go but still not sure if possible to configure it.I am running it in docker container