Rate limiting errors publishing to SQS #2104
obi-mytheresa
started this conversation in
General
Replies: 1 comment
-
Same |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I try to publish about a 1000 messages to a SQS FIFO queue (in a goroutine) using the SQS SDK, I get this error - operation error SQS: SendMessage, failed to get rate limit token, retry quota exceeded, 2 available, 5 requested
This is how I publish:
I try to fix by adding these to the aws config, following this suggestion - #543 (comment):
But the failure rate even increased. How can I fix this please?
Beta Was this translation helpful? Give feedback.
All reactions