Небольшие изменения

This commit is contained in:
brusnitsyn
2026-03-13 17:11:39 +09:00
parent c201d36ae6
commit de2dd82fa1
18 changed files with 1140 additions and 491 deletions

6
app/taskiq/tasks.py Normal file
View File

@@ -0,0 +1,6 @@
# app/tasks.py
import asyncio
from typing import Any, Dict, Optional
from app.services.task_tracker import task_tracker
from app.taskiq.broker import broker