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