Added the scheduling for the task

This commit is contained in:
Rebecca Law
2018-06-20 16:48:03 +01:00
parent 709a6c38c7
commit 1363244a2b

View File

@@ -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),