Run every 15 minutes not 15 minutes past the hour

This commit is contained in:
Rebecca Law
2018-03-26 09:43:53 +01:00
parent 28e78780d0
commit 612843d509

View File

@@ -269,7 +269,7 @@ class Config(object):
},
'replay_created_notifications': {
'task': 'replay_created_notifications',
'schedule': crontab(minute=15),
'schedule': crontab(minutes=15),
'options': {'queue': QueueNames.PERIODIC}
}
}