main
mula.liu 2025-12-29 09:26:29 +08:00
parent c334711675
commit a09c725a03
1 changed files with 0 additions and 1 deletions

View File

@ -87,7 +87,6 @@ async def lifespan(app: FastAPI):
await preheat_all_caches()
# Start Scheduler (use Redis lock to ensure only one instance runs across multiple workers)
from app.services.cache import redis_cache
import asyncio
scheduler_lock_key = "scheduler:lock"