The periodic task to populate ft_notification_status was calling the wrong task, this fixes that.

This commit is contained in:
Rebecca Law
2018-07-04 14:12:47 +01:00
parent e3b3a407c9
commit 317ab149f4

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}
},