Wow, thanks for all the insights, folks! I didn’t expect so many great suggestions. I’ve been playing around with the wait time backoff_factor using Tenacity in Python, and it’s been a huge improvement.
I’m curious though—has anyone tried combining the wait time backoff_factor with circuit breakers? I’ve heard it can make retries even more robust, but I’m not sure where to start. Any tips?
I’m curious though—has anyone tried combining the wait time backoff_factor with circuit breakers? I’ve heard it can make retries even more robust, but I’m not sure where to start. Any tips?
