add logging
All checks were successful
Deploy / deploy (push) Successful in 19s

This commit is contained in:
2026-03-12 14:20:45 +00:00
parent d8db8e2c16
commit 5cc5efd2e0
6 changed files with 208 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ import logging
logger = logging.getLogger(__name__)
QUEUE_NAME = "pdf_generation_queue"
QUEUE_NAME = "ticket_events"
async def publish_ticket_task(ticket_id: int):
"""Отправляет ID билета в RabbitMQ."""