This commit is contained in:
Saedbhati 2025-10-10 16:09:16 +05:30
parent 6f36829c93
commit 32bdaba4dd
29 changed files with 62 additions and 117 deletions

View file

@ -15,9 +15,8 @@ from app.service.task import (
)
import asyncio
from app.component.environment import set_user_env_path
from utils import traceroot_wrapper as traceroot
import traceroot
# traceroot logger for task controller
logger = traceroot.get_logger("task_controller")