Reset schedule to run at 00:30 daily

This commit is contained in:
Imdad Ahad
2017-02-03 14:57:42 +00:00
parent be24bfe147
commit 708ef48198

View File

@@ -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': {