Merge pull request #1931 from alphagov/fix-nightly-status

Fix task name for notification status updates
This commit is contained in:
Rebecca Law
2018-07-04 15:23:06 +01:00
committed by GitHub

View File

@@ -217,7 +217,7 @@ class Config(object):
'options': {'queue': QueueNames.PERIODIC}
},
'create-nightly-notification-status': {
'task': 'create-nightly-billing',
'task': 'create-nightly-notification-status',
'schedule': crontab(hour=4, minute=30),
'options': {'queue': QueueNames.PERIODIC}
},