feat: new stuff

This commit is contained in:
2024-11-05 04:40:42 +03:00
parent d497bb0465
commit eeac97861c
10 changed files with 138 additions and 78 deletions

5
background/broker.py Normal file
View File

@@ -0,0 +1,5 @@
from taskiq_aio_pika import AioPikaBroker
import backend.config
taskiq_broker = AioPikaBroker(backend.config.RABBITMQ_URL)