This commit is contained in:
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user