Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

SQS 1000 queues limit bug #207

Open
ltassone opened this issue Oct 30, 2019 · 2 comments
Open

SQS 1000 queues limit bug #207

ltassone opened this issue Oct 30, 2019 · 2 comments

Comments

@ltassone
Copy link

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.

@ltassoneVisua
Copy link
Contributor

I have created a pull requested to fix this issue.

@seratch
Copy link
Owner

seratch commented Mar 23, 2021

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants