Completely remove code to switch sms providers on slow delivery

This commit is contained in:
Ryan Ahearn
2022-11-30 11:08:55 -05:00
parent 865471efb5
commit 01cf3dfb9d
3 changed files with 0 additions and 85 deletions

View File

@@ -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(),