mirror of
https://github.com/GSA/notifications-api.git
synced 2026-04-28 05:10:12 -04:00
Added the scheduling for the task
This commit is contained in:
@@ -216,6 +216,11 @@ class Config(object):
|
||||
'schedule': crontab(hour=3, minute=30),
|
||||
'options': {'queue': QueueNames.PERIODIC}
|
||||
},
|
||||
'create-nightly-notification-status': {
|
||||
'task': 'create-nightly-billing',
|
||||
'schedule': crontab(hour=4, minute=30),
|
||||
'options': {'queue': QueueNames.PERIODIC}
|
||||
},
|
||||
'remove_sms_email_jobs': {
|
||||
'task': 'remove_csv_files',
|
||||
'schedule': crontab(hour=4, minute=0),
|
||||
|
||||
Reference in New Issue
Block a user