Renamed run-letter-pdfs to trigger-letter-pdfs-for-day

- also set optional date_to_process argument for dao_get_count_of_letters_to_process_for_date to None, so it's set in the code instead
This commit is contained in:
Ken Tsang
2017-12-19 13:18:56 +00:00
parent b70bf1b541
commit 8103540261
4 changed files with 14 additions and 10 deletions

View File

@@ -240,8 +240,8 @@ class Config(object):
'schedule': crontab(hour=17, minute=30),
'options': {'queue': QueueNames.PERIODIC}
},
'run-letter-pdfs': {
'task': 'run-letter-pdfs',
'trigger-letter-pdfs-for-day': {
'task': 'trigger-letter-pdfs-for-day',
'schedule': crontab(hour=17, minute=50),
'options': {'queue': QueueNames.PERIODIC}
},