Skip to content

Add a long-poll trait#3019

Open
JordonPhillips wants to merge 2 commits intomainfrom
long-poll-trait
Open

Add a long-poll trait#3019
JordonPhillips wants to merge 2 commits intomainfrom
long-poll-trait

Conversation

@JordonPhillips
Copy link
Copy Markdown
Contributor

This adds a trait to indicate that an operation is a long-polling operation. AWS has a few of these, and until now we've essentially just customized the HTTP timeouts on them to be 70 seconds or so. This will allow service owners to set the expectations.

This is also needed for some changes the AWS SDKs want to do for the standard retry strategy, where they'll change behavior for long-polling operations.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

This adds a trait to indicate that an operation is a long-polling
operation.
@JordonPhillips JordonPhillips requested a review from a team as a code owner March 27, 2026 14:54
@JordonPhillips JordonPhillips requested a review from yefrig March 27, 2026 14:54
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant