mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-15 09:42:38 -05:00
Added a comment about delete queues
This commit is contained in:
@@ -55,6 +55,7 @@ def get_queue_attributes(queue_name):
|
||||
|
||||
|
||||
def delete_queue(queue_url):
|
||||
# Note that deleting a queue returns 200 OK if it doesn't exist
|
||||
print("DELETEING {}".format(queue_url))
|
||||
response = client.delete_queue(
|
||||
QueueUrl=queue_url
|
||||
|
||||
Reference in New Issue
Block a user