mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-15 01:32:20 -05:00
add tests for new sched task
This commit is contained in:
@@ -230,8 +230,8 @@ class Config(object):
|
||||
'schedule': crontab(hour=5, minute=30),
|
||||
'options': {'queue': QueueNames.PERIODIC}
|
||||
},
|
||||
'run-letter-notifications': {
|
||||
'task': 'run-letter-notifications',
|
||||
'run-letter-api-notifications': {
|
||||
'task': 'run-letter-api-notifications',
|
||||
'schedule': crontab(hour=5, minute=40),
|
||||
'options': {'queue': QueueNames.PERIODIC}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user