mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 10:21:14 -05:00
The periodic task to populate ft_notification_status was calling the wrong task, this fixes that.
This commit is contained in:
@@ -217,7 +217,7 @@ class Config(object):
|
|||||||
'options': {'queue': QueueNames.PERIODIC}
|
'options': {'queue': QueueNames.PERIODIC}
|
||||||
},
|
},
|
||||||
'create-nightly-notification-status': {
|
'create-nightly-notification-status': {
|
||||||
'task': 'create-nightly-billing',
|
'task': 'create-nightly-notification-status',
|
||||||
'schedule': crontab(hour=4, minute=30),
|
'schedule': crontab(hour=4, minute=30),
|
||||||
'options': {'queue': QueueNames.PERIODIC}
|
'options': {'queue': QueueNames.PERIODIC}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user