You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wonder why .queue_delete() method of SQS channel is not actually deleting the queue. I haven't found any doc or comment related to it. I'm sure there is a good reason for it.
I wonder why
.queue_delete()
method of SQS channel is not actually deleting the queue. I haven't found any doc or comment related to it. I'm sure there is a good reason for it.The method ._delete() of SQS
Channel
class.SQS queues may be deleted using boto3
.delete_queue()
(https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sqs/client/delete_queue.html).It would be great to have some docs/comment about it.
Thank you :)
The text was updated successfully, but these errors were encountered: