Upgrade the amazon sdk libs#4745
Conversation
|
Converting to draft because the build is broken |
| .withWaitTimeSeconds(20) // Wait for maximum duration (20s) as per doc recommendation: http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-long-polling.html | ||
| .withMaxNumberOfMessages(1) // Pull 1 message at a time to avoid starvation | ||
| .withAttributeNames(attributeNames: _*) | ||
| .withMessageSystemAttributeNames(attributeNames: _*) |
There was a problem hiding this comment.
From the docs:
This parameter has been deprecated but will be supported for backward compatibility. To provide attribute names, you are encouraged to use MessageSystemAttributeNames.
|
Seen on auth, image-loader, cropper, kahuna (merged by @lindseydew 9 minutes and 11 seconds ago) Please check your changes! |
|
Seen on thrall, leases, media-api (merged by @lindseydew 9 minutes and 16 seconds ago) Please check your changes! |
|
Seen on collections (merged by @lindseydew 9 minutes and 31 seconds ago) Please check your changes! |
|
Seen on metadata-editor (merged by @lindseydew 9 minutes and 48 seconds ago) Please check your changes! |
|
Seen on usage (merged by @lindseydew 11 minutes and 18 seconds ago) Please check your changes! |
What does this change?
This upgrades the amazon sdk libs
How should a reviewer test this change?
How can success be measured?
Who should look at this?
Tested? Documented?