mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 07:35:34 -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}
|
||||
},
|
||||
'create-nightly-notification-status': {
|
||||
'task': 'create-nightly-billing',
|
||||
'task': 'create-nightly-notification-status',
|
||||
'schedule': crontab(hour=4, minute=30),
|
||||
'options': {'queue': QueueNames.PERIODIC}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user