Update ftp tasks to send in the evening rather than the morning

This commit is contained in:
Ken Tsang
2017-10-04 10:31:10 +01:00
parent 3ad0a43409
commit 7faac304f5

View File

@@ -227,12 +227,12 @@ class Config(object):
},
'run-letter-jobs': {
'task': 'run-letter-jobs',
'schedule': crontab(hour=5, minute=30),
'schedule': crontab(hour=17, minute=30),
'options': {'queue': QueueNames.PERIODIC}
},
'run-letter-api-notifications': {
'task': 'run-letter-api-notifications',
'schedule': crontab(hour=5, minute=40),
'schedule': crontab(hour=17, minute=40),
'options': {'queue': QueueNames.PERIODIC}
}
}