mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-18 16:12:32 -05:00
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:
@@ -279,7 +279,7 @@ class Config(object):
|
|||||||
},
|
},
|
||||||
'daily-stats-template-usage-by-month': {
|
'daily-stats-template-usage-by-month': {
|
||||||
'task': '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}
|
'options': {'queue': QueueNames.PERIODIC}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user