mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-31 23:26:23 -05:00
Updated letter jobs schedule to 5:30pm
This commit is contained in:
@@ -226,7 +226,7 @@ class Config(object):
|
||||
},
|
||||
'run-letter-jobs': {
|
||||
'task': 'run-letter-jobs',
|
||||
'schedule': crontab(minute=15, hour=17),
|
||||
'schedule': crontab(minute=30, hour=17),
|
||||
'options': {'queue': QueueNames.PERIODIC}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user