I think you’re onto something with the wait time backoff_factor. It’s one of those things that can make or break your retry logic. I’ve been using it with a custom backoff algorithm, and it’s been working great.
If you’re into Go, the `retry` package is worth checking out. It lets you customize the wait time backoff_factor and even add jitter with minimal code.
If you’re into Go, the `retry` package is worth checking out. It lets you customize the wait time backoff_factor and even add jitter with minimal code.
