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