From 0ad43f0c5b1601e8ab3d36e6e16f340585688b58 Mon Sep 17 00:00:00 2001 From: Ken Tsang Date: Thu, 14 Dec 2017 16:00:51 +0000 Subject: [PATCH] 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 --- app/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config.py b/app/config.py index f2d37a769..0205262a0 100644 --- a/app/config.py +++ b/app/config.py @@ -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