Some pseudo code and notes of how to implement a check for the letter acknowledgement file.

This commit is contained in:
Rebecca Law
2018-01-11 16:37:39 +00:00
parent 79a7355da7
commit 9c4e43bfac
3 changed files with 25 additions and 0 deletions

View File

@@ -249,6 +249,11 @@ class Config(object):
'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=19, minute=00),
'options': {'queue': QueueNames.PERIODIC}
},
'run-letter-api-notifications': {
'task': 'run-letter-api-notifications',
'schedule': crontab(hour=17, minute=40),