Typo
All checks were successful
Build & Publish to GHCR / build (push) Successful in 33s

This commit is contained in:
Florian 2025-10-20 12:54:13 +02:00
parent d2586defda
commit 5d1b680ae3

View File

@ -266,7 +266,7 @@ class RabbitMQConsumer:
logger.error(f"[RabbitMQ] Error processing delivery validation for uuid={uuid}: {e}", exc_info=True)
try:
await self.send_message_to_dlq(uuid,message)
except Exception as dlQ_error:
except Exception as dlq_error:
logger.error(f"[RabbitMQ] Failed to send to DLQ for uuid={uuid}: {dlq_error}")