AWScala icon indicating copy to clipboard operation
AWScala copied to clipboard

SQS 1000 queues limit bug

Open ltassone opened this issue 5 years ago • 2 comments

The function to search a queue by name is built on top of listQueues() (documentation) that returns only the first 1000 queue in alphabetical order. If you have more than 1000 queues, it won't find the queue.

ltassone avatar Oct 30 '19 12:10 ltassone

I have created a pull requested to fix this issue.

ltassoneVisua avatar Nov 01 '19 10:11 ltassoneVisua

@ltassoneVisua which one? https://github.com/seratch/AWScala/pulls?q=is%3Apr+author%3AltassoneVisua+

seratch avatar Mar 23 '21 22:03 seratch