mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-23 07:46:06 -04:00
Remove test crontab minute
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='0, 15, 24, 30, 45'),
|
'schedule': crontab(minute='0, 15, 30, 45'),
|
||||||
'options': {'queue': QueueNames.PERIODIC}
|
'options': {'queue': QueueNames.PERIODIC}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user