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
Currently, waiters are codegenned with a static retry strategy using either hardcoded defaults (scale factor, jitter, max attempts) or model-derived defaults (initial delay, max backoff). This is inflexible and does not allow users to customize the waiter parameters in situations where they may desire to do so.
Define a mechanism that allows callers to specify a non-default retry strategy while still defaulting to the currently defined strategies.
The text was updated successfully, but these errors were encountered:
Currently, waiters are codegenned with a static retry strategy using either hardcoded defaults (scale factor, jitter, max attempts) or model-derived defaults (initial delay, max backoff). This is inflexible and does not allow users to customize the waiter parameters in situations where they may desire to do so.
Define a mechanism that allows callers to specify a non-default retry strategy while still defaulting to the currently defined strategies.
The text was updated successfully, but these errors were encountered: