add tests for new sched task

This commit is contained in:
Leo Hemsted
2017-09-26 12:03:06 +01:00
parent b1928b928c
commit aaadf09562
4 changed files with 82 additions and 6 deletions

View File

@@ -230,8 +230,8 @@ class Config(object):
'schedule': crontab(hour=5, minute=30),
'options': {'queue': QueueNames.PERIODIC}
},
'run-letter-notifications': {
'task': 'run-letter-notifications',
'run-letter-api-notifications': {
'task': 'run-letter-api-notifications',
'schedule': crontab(hour=5, minute=40),
'options': {'queue': QueueNames.PERIODIC}
}