Changed the time of the task to run at 00:05 as the query gets data for

the day before 0:00, so to minimise the report being out of date run the
query at 0:05.
This commit is contained in:
Richard Chapman
2018-01-26 09:56:53 +00:00
parent 741d859d44
commit 49d69a84d9

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}
}
}