jpwilliams/remit

Add exponential back-off

jpwilliams opened this issue · 1 comments

Hilariously, this article shows a very similar use to our demissions anyway, so retries should be nice and easy here.

https://m.alphasights.com/exponential-backoff-with-rabbitmq-78386b9bec81

Nice to have, but have had success just coding this outside of the library with firmer control, so let's just stick to that.