From a09c725a0378412a3c77c712f9ba672f8d218018 Mon Sep 17 00:00:00 2001 From: "mula.liu" Date: Mon, 29 Dec 2025 09:26:29 +0800 Subject: [PATCH] 1.0.5 --- backend/app/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/app/main.py b/backend/app/main.py index 16d9d49..1d80019 100644 --- a/backend/app/main.py +++ b/backend/app/main.py @@ -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"