From 92c979fcdb0bd104165eb468f2894f737c290982 Mon Sep 17 00:00:00 2001 From: Katie Smith Date: Mon, 20 Apr 2020 10:42:03 +0100 Subject: [PATCH] Restore provider resting points We temporarily updated the provider resting points in https://github.com/alphagov/notifications-api/pull/2804. This puts the provider resting points back to their original value now that both providers seem to be functioning well. --- app/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config.py b/app/config.py index 29695e88f..fa0b6cd6e 100644 --- a/app/config.py +++ b/app/config.py @@ -140,8 +140,8 @@ class Config(object): # these should always add up to 100% SMS_PROVIDER_RESTING_POINTS = { - 'mmg': 0, - 'firetext': 100 + 'mmg': 70, + 'firetext': 30 } NOTIFY_SERVICE_ID = 'd6aa2c68-a2d9-4437-ab19-3ae8eb202553'