Skip to content
Discussion options

You must be logged in to vote

Thanks for reaching out @TopherGopher. From your example it looks like you're looking to limit the number of attempts the TaskRunningWaiter checks for the target state, before giving up. The configuration of waiters in v2 abstracted out number of attempts, in favor the maximum duration to wait for.

The API client's Retryer operates on individual API operations calls. The waiter treats API operation calls as opaque across per wait attempt. This means that API operation retry attempt are evaluated separate from waiter wait attempts. The two's configuration do not overlap. An API operation can be retried the maximum number of retry attempts, and this will have no impact on the waiter's wait …

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by vudh1
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
guidance Question that needs advice or information. documentation This is a problem with documentation.
2 participants
Converted from issue

This discussion was converted from issue #1322 on April 01, 2022 17:34.