Updated schedule to run at 5:15pm

This commit is contained in:
Ken Tsang
2017-08-22 12:50:14 +01:00
parent bd79a6f770
commit 62172ce39b

View File

@@ -225,7 +225,7 @@ class Config(object):
},
'run-letter-jobs': {
'task': 'run-letter-jobs',
'schedule': crontab(minute=0, hour=16),
'schedule': crontab(minute=15, hour=17),
'options': {'queue': QueueNames.PERIODIC}
}
}