mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 09:26:08 -05:00
Make message more accurate
This commit is contained in:
@@ -44,7 +44,7 @@ def deliver_sms(self, notification_id):
|
|||||||
except Exception as e:
|
except Exception as e:
|
||||||
try:
|
try:
|
||||||
current_app.logger.exception(
|
current_app.logger.exception(
|
||||||
"RETRY: SMS notification {} failed".format(notification_id)
|
"SMS notification delivery for id: {} failed".format(notification_id)
|
||||||
)
|
)
|
||||||
self.retry(queue="retry", countdown=retry_iteration_to_delay(self.request.retries))
|
self.retry(queue="retry", countdown=retry_iteration_to_delay(self.request.retries))
|
||||||
except self.MaxRetriesExceededError:
|
except self.MaxRetriesExceededError:
|
||||||
|
|||||||
Reference in New Issue
Block a user