Create letters pdf queue was renamed with tasks, but was lost in another merge

- needs to be correct name otherwise the delivery worker will not pick up the queue
This commit is contained in:
Ken Tsang
2017-12-14 16:00:51 +00:00
parent 87ea027824
commit 0ad43f0c5b

View File

@@ -30,7 +30,7 @@ class QueueNames(object):
RETRY = 'retry-tasks'
NOTIFY = 'notify-internal-tasks'
PROCESS_FTP = 'process-ftp-tasks'
CREATE_LETTERS_PDF = 'create-letters-pdf'
CREATE_LETTERS_PDF = 'create-letters-pdf-tasks'
CALLBACKS = 'service-callbacks'
@staticmethod