diff --git a/app/config.py b/app/config.py index 3d0589f43..a29e654b9 100644 --- a/app/config.py +++ b/app/config.py @@ -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} } }