mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-05 02:41:14 -05:00
Run every 15 minutes not 15 minutes past the hour
This commit is contained in:
@@ -269,7 +269,7 @@ class Config(object):
|
|||||||
},
|
},
|
||||||
'replay_created_notifications': {
|
'replay_created_notifications': {
|
||||||
'task': 'replay_created_notifications',
|
'task': 'replay_created_notifications',
|
||||||
'schedule': crontab(minute=15),
|
'schedule': crontab(minutes=15),
|
||||||
'options': {'queue': QueueNames.PERIODIC}
|
'options': {'queue': QueueNames.PERIODIC}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user