add countdown of 30 seconds for deliveries

This commit is contained in:
Kenneth Kehl
2025-01-10 11:51:42 -08:00
parent 64a61f5d36
commit 5f7089fea0

View File

@@ -256,7 +256,7 @@ def save_sms(self, service_id, notification_id, encrypted_notification, sender_i
) )
) )
provider_tasks.deliver_sms.apply_async( provider_tasks.deliver_sms.apply_async(
[str(saved_notification.id)], queue=QueueNames.SEND_SMS [str(saved_notification.id)], queue=QueueNames.SEND_SMS, countdown=30
) )
current_app.logger.debug( current_app.logger.debug(