cleanup, get rid of print statements, etc.

This commit is contained in:
Kenneth Kehl
2023-06-15 10:45:03 -07:00
parent 95a2db6991
commit e4a98dfcc2
5 changed files with 35 additions and 39 deletions

View File

@@ -44,7 +44,7 @@ def check_sms_delivery_receipt(self, message_id, notification_id, sent_at):
if status == NOTIFICATION_DELIVERED:
sanitize_notifications_by_id(notification_id)
current_app.logger.info(f"Did not Archive notification {notification_id} that was successfully delivered")
current_app.logger.info(f"Sanitized notification {notification_id} that was successfully delivered")
@notify_celery.task(bind=True, name="deliver_sms", max_retries=48, default_retry_delay=300)