-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
[SQS] Add custom header for overriding WaitTimeSeconds #12172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
LocalStack Community integration with Pro 2 files ± 0 2 suites ±0 1h 14m 3s ⏱️ - 39m 9s Results for commit 59b6b14. ± Comparison against base commit afb3931. This pull request removes 1087 and adds 4 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
11fc7ee
to
af142d3
Compare
af142d3
to
c591ea4
Compare
Currently, only patch changes are allowed on master. Your PR labels (aws:sqs, semver: minor) indicate that it cannot be merged into the master at this time. |
307497c
to
06db449
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some minor questions, LGTM in general!
baa35ef
to
503b00a
Compare
503b00a
to
9b42163
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for addressing my feedback so quickly, LGTM!
Motivation
This PR allows the
WaitTimeSeconds
parameter to be overridden via a custom header. Useful for increasing the amount of time an SQS long polling request can collect for prior to returning.Changes
HEADER_LOCALSTACK_SQS_OVERRIDE_WAIT_TIME_SECONDS
withx-localstack-sqs-override-wait-time-seconds
.WaitTimeSeconds
parameter with value ofx-localstack-sqs-override-wait-time-seconds
header.