mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 07:35:34 -05:00
Reset schedule to run at 00:30 daily
This commit is contained in:
@@ -126,7 +126,7 @@ class Config(object):
|
||||
},
|
||||
'send-daily-performance-platform-stats': {
|
||||
'task': 'send-daily-performance-platform-stats',
|
||||
'schedule': crontab(minute='*/10'), # Every 10 minutes
|
||||
'schedule': crontab(minute=30, hour=0), # 00:30
|
||||
'options': {'queue': 'periodic'}
|
||||
},
|
||||
'timeout-sending-notifications': {
|
||||
|
||||
Reference in New Issue
Block a user