remove pdf collation task

This commit is contained in:
stvnrlly
2022-12-06 16:05:45 -05:00
parent ab6e2f9698
commit 0e679c846d
2 changed files with 0 additions and 167 deletions

View File

@@ -300,11 +300,6 @@ class Config(object):
},
# The collate-letter-pdf does assume it is called in an hour that BST does not make a
# difference to the truncate date which translates to the filename to process
'collate-letter-pdfs-to-be-sent': {
'task': 'collate-letter-pdfs-to-be-sent',
'schedule': crontab(hour=17, minute=50),
'options': {'queue': QueueNames.PERIODIC}
},
'raise-alert-if-no-letter-ack-file': {
'task': 'raise-alert-if-no-letter-ack-file',
'schedule': crontab(hour=23, minute=00),