mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-23 07:46:06 -04: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):
|
def delete_queue(queue_url):
|
||||||
|
# Note that deleting a queue returns 200 OK if it doesn't exist
|
||||||
print("DELETEING {}".format(queue_url))
|
print("DELETEING {}".format(queue_url))
|
||||||
response = client.delete_queue(
|
response = client.delete_queue(
|
||||||
QueueUrl=queue_url
|
QueueUrl=queue_url
|
||||||
|
|||||||
Reference in New Issue
Block a user