mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 06:21:50 -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:
|
||||
try:
|
||||
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))
|
||||
except self.MaxRetriesExceededError:
|
||||
|
||||
Reference in New Issue
Block a user