mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 18:31:13 -05:00
Merge pull request #1728 from alphagov/remove-job-to-delete-letters
Suspend the `delete-letter-notifications` scheduled job.
This commit is contained in:
@@ -189,11 +189,12 @@ class Config(object):
|
|||||||
'schedule': crontab(hour=0, minute=20),
|
'schedule': crontab(hour=0, minute=20),
|
||||||
'options': {'queue': QueueNames.PERIODIC}
|
'options': {'queue': QueueNames.PERIODIC}
|
||||||
},
|
},
|
||||||
'delete-letter-notifications': {
|
# Suspending the scheduled job to delete letter notifications, because there is a problem with the provider.
|
||||||
'task': 'delete-letter-notifications',
|
# 'delete-letter-notifications': {
|
||||||
'schedule': crontab(hour=0, minute=40),
|
# 'task': 'delete-letter-notifications',
|
||||||
'options': {'queue': QueueNames.PERIODIC}
|
# 'schedule': crontab(hour=0, minute=40),
|
||||||
},
|
# 'options': {'queue': QueueNames.PERIODIC}
|
||||||
|
# },
|
||||||
'delete-inbound-sms': {
|
'delete-inbound-sms': {
|
||||||
'task': 'delete-inbound-sms',
|
'task': 'delete-inbound-sms',
|
||||||
'schedule': crontab(hour=1, minute=0),
|
'schedule': crontab(hour=1, minute=0),
|
||||||
|
|||||||
Reference in New Issue
Block a user