mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-16 20:48:37 -04:00
Revert "Revert "Add a task to save-api-sms for high volume services.""
This commit is contained in:
@@ -32,6 +32,7 @@ class QueueNames(object):
|
||||
ANTIVIRUS = 'antivirus-tasks'
|
||||
SANITISE_LETTERS = 'sanitise-letter-tasks'
|
||||
SAVE_API_EMAIL = 'save-api-email-tasks'
|
||||
SAVE_API_SMS = 'save-api-sms-tasks'
|
||||
|
||||
@staticmethod
|
||||
def all_queues():
|
||||
@@ -50,7 +51,8 @@ class QueueNames(object):
|
||||
QueueNames.CALLBACKS,
|
||||
QueueNames.LETTERS,
|
||||
QueueNames.SMS_CALLBACKS,
|
||||
QueueNames.SAVE_API_EMAIL
|
||||
QueueNames.SAVE_API_EMAIL,
|
||||
QueueNames.SAVE_API_SMS
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user