Небольшие изменения
This commit is contained in:
6
app/taskiq/tasks.py
Normal file
6
app/taskiq/tasks.py
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user