mirror of
https://github.com/GSA/notifications-api.git
synced 2026-05-31 19:38:27 -04:00
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:
@@ -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}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user