mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-20 14:29:25 -04: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(
|
current_app.logger.error(
|
||||||
f"Failed process delivery receipts after max retries: {str(ex)}"
|
f"Failed process delivery receipts after max retries: {str(ex)}"
|
||||||
)
|
)
|
||||||
|
raise ex
|
||||||
|
|
||||||
|
|
||||||
@notify_celery.task(
|
@notify_celery.task(
|
||||||
|
|||||||
Reference in New Issue
Block a user