Allow customizing retry options for waiters #839
Labels
enhancement
New feature or request
no-auto-closure
We do not want this issue to be automatically closed.
Community Note
Describe the Feature
Waiters are generated as
wait<Action>(input: <InputType>): Outcome<OutputType>
. Internally the retry strategy token bucket, max attempts, and other options are hard coded (some come from the waiters spec). It would be useful to allow customizing/overriding some of the retry parameters (e.g. set higher or lower max attempts, delay parameters, etc).Is your Feature Request related to a problem?
Proposed Solution
Describe alternatives you've considered
Additional Context
The text was updated successfully, but these errors were encountered: