Remove test crontab minute

This commit is contained in:
Rebecca Law
2018-03-26 10:30:08 +01:00
parent 9549ada200
commit 0701b2546d

View File

@@ -269,7 +269,7 @@ class Config(object):
},
'replay-created-notifications': {
'task': 'replay-created-notifications',
'schedule': crontab(minute='0, 15, 24, 30, 45'),
'schedule': crontab(minute='0, 15, 30, 45'),
'options': {'queue': QueueNames.PERIODIC}
}
}