mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 18:31:13 -05:00
Completely remove code to switch sms providers on slow delivery
This commit is contained in:
@@ -215,11 +215,6 @@ class Config(object):
|
||||
'schedule': timedelta(minutes=66),
|
||||
'options': {'queue': QueueNames.PERIODIC}
|
||||
},
|
||||
# 'switch-current-sms-provider-on-slow-delivery': {
|
||||
# 'task': 'switch-current-sms-provider-on-slow-delivery',
|
||||
# 'schedule': crontab(), # Every minute
|
||||
# 'options': {'queue': QueueNames.PERIODIC}
|
||||
# },
|
||||
'check-job-status': {
|
||||
'task': 'check-job-status',
|
||||
'schedule': crontab(),
|
||||
|
||||
Reference in New Issue
Block a user