set delivery receipt delay to 30 seconds (from 120 seconds)

This commit is contained in:
Kenneth Kehl
2024-07-23 09:21:40 -07:00
parent 0a1073836a
commit bf587aaf2f
2 changed files with 2 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ from app.utils import utc_now
# This is the amount of time to wait after sending an sms message before we check the aws logs and look for delivery
# receipts
DELIVERY_RECEIPT_DELAY_IN_SECONDS = 120
DELIVERY_RECEIPT_DELAY_IN_SECONDS = 30
@notify_celery.task(