mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-09 17:45:41 -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),
|
'schedule': crontab(hour=3, minute=30),
|
||||||
'options': {'queue': QueueNames.PERIODIC}
|
'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': {
|
'remove_sms_email_jobs': {
|
||||||
'task': 'remove_csv_files',
|
'task': 'remove_csv_files',
|
||||||
'schedule': crontab(hour=4, minute=0),
|
'schedule': crontab(hour=4, minute=0),
|
||||||
|
|||||||
Reference in New Issue
Block a user