mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-10 23:32:27 -05:00
Re-raise exception to see what is happening
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
@@ -288,6 +288,7 @@ def process_delivery_receipts(self):
|
||||
current_app.logger.error(
|
||||
f"Failed process delivery receipts after max retries: {str(ex)}"
|
||||
)
|
||||
raise ex
|
||||
|
||||
|
||||
@notify_celery.task(
|
||||
|
||||
Reference in New Issue
Block a user