code review feedback and merge from main

This commit is contained in:
Kenneth Kehl
2024-09-11 09:39:18 -07:00
34 changed files with 256 additions and 161 deletions

View File

@@ -112,7 +112,7 @@ def send_sms_to_provider(notification):
except Exception as e:
n = notification
msg = f"FAILED send to sms, job_id: {n.job_id} row_number {n.job_row_number} message_id {message_id}"
current_app.logger.error(hilite(msg), exc_info=True)
current_app.logger.exception(hilite(msg))
notification.billable_units = template.fragment_count
dao_update_notification(notification)