Skip to content

Doesn't work with large batches #24

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

Open
mheffner opened this issue Nov 9, 2017 · 1 comment
Open

Doesn't work with large batches #24

mheffner opened this issue Nov 9, 2017 · 1 comment

Comments

@mheffner
Copy link

mheffner commented Nov 9, 2017

Messages are looked at individually as to whether they exceed the maximum, but a SendMessageBatchRequest might exceed 256kb in aggregate even if none of the individual messages do. It is somewhat confusing given this library appears to support batching.

@PumpMagic
Copy link

This just bit me as well. I'd love any solution that minimized calls to SQS / S3 endpoints.

(The logic under question is here.)

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

No branches or pull requests

2 participants