You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of our backoff strategies are based on max-retries or max-delay. It might be beneficial for us to introduce a budget-based backoff example, similar to what is described here: https://docs.rs/tower/0.5.0/tower/retry/budget/index.html.
The text was updated successfully, but these errors were encountered:
Most of our backoff strategies are based on
max-retries
ormax-delay
. It might be beneficial for us to introduce a budget-based backoff example, similar to what is described here: https://docs.rs/tower/0.5.0/tower/retry/budget/index.html.The text was updated successfully, but these errors were encountered: