Change function and task name to be more accurate

Will require us to change a cronitor set up
This commit is contained in:
David McDonald
2020-02-19 14:31:57 +00:00
parent 148a5ab456
commit e6767590d4
3 changed files with 12 additions and 12 deletions

View File

@@ -296,8 +296,8 @@ 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-for-day': {
'task': 'collate-letter-pdfs-for-day',
'collate-letter-pdfs-to-be-sent': {
'task': 'collate-letter-pdfs-to-be-sent',
'schedule': crontab(hour=17, minute=50),
'options': {'queue': QueueNames.PERIODIC}
},