Skip to content

ListQueues returns deleted queues #2451

Answered by ashishdhingra
Coder3333 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Coder3333,

Good afternoon.

Thanks for reporting the issue.

Just to mention here the SDK logic for SQS (for most part) is auto-generated from service models and for most part it's delegating the call to the service API operation. As per Amazon SQS: DeleteQueue service API operation, the deletion process takes up to 60 seconds (or may be more). So you might want to wait for sometime (preferably more than be 60 seconds) after you send request to delete the queues (you might also want to wait for successful delete response for each deleted queue). Is you wait time less than 60 seconds?

Thanks,
Ashish

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by ashishdhingra
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
guidance Question that needs advice or information. response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. module/sdk-generated
2 participants
Converted from issue

This discussion was converted from issue #2127 on October 13, 2022 16:07.