mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 07:35:34 -05:00
Removed the new queue name as it is not needed.
This commit is contained in:
@@ -19,7 +19,6 @@ if os.environ.get('VCAP_SERVICES'):
|
||||
|
||||
|
||||
class QueueNames(object):
|
||||
CHECK_JOBS = 'check-job-status-tasks'
|
||||
PERIODIC = 'periodic-tasks'
|
||||
PRIORITY = 'priority-tasks'
|
||||
DATABASE = 'database-tasks'
|
||||
@@ -35,7 +34,6 @@ class QueueNames(object):
|
||||
@staticmethod
|
||||
def all_queues():
|
||||
return [
|
||||
QueueNames.CHECK_JOBS,
|
||||
QueueNames.PRIORITY,
|
||||
QueueNames.PERIODIC,
|
||||
QueueNames.DATABASE,
|
||||
|
||||
Reference in New Issue
Block a user