Revert "12/11/2024 Production Deployment API hotfixes"

This commit is contained in:
Carlo Costino
2024-12-12 09:11:59 -05:00
committed by GitHub
parent fcfb6e60d4
commit a15d81ea14
3 changed files with 6 additions and 12 deletions

View File

@@ -158,7 +158,7 @@ class AwsCloudwatchClient(Client):
message["delivery"].get("phoneCarrier", "Unknown Carrier"),
)
if time_now > (created_at + timedelta(hours=73)):
if time_now > (created_at + timedelta(hours=3)):
# see app/models.py Notification. This message corresponds to "permanent-failure",
# but we are copy/pasting here to avoid circular imports.
return "failure", "Unable to find carrier response."