Re-raise exception to see what is happening

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2025-07-30 11:47:18 -04:00
parent 6eb7de0c45
commit 036817daf4

View File

@@ -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(