Merge pull request #1607 from alphagov/rc_change_task_exectution_time

Changed the time of the daily-stats-template-usage-by-month task to run at 00:05
This commit is contained in:
Richard Chapman
2018-01-26 12:59:54 +00:00
committed by GitHub

View File

@@ -279,7 +279,7 @@ class Config(object):
},
'daily-stats-template-usage-by-month': {
'task': 'daily-stats-template-usage-by-month',
'schedule': crontab(hour=0, minute=50),
'schedule': crontab(hour=0, minute=5),
'options': {'queue': QueueNames.PERIODIC}
}
}