feat: Update Telegram adapter to support uploads

This commit is contained in:
shiyu
2025-08-31 18:22:46 +08:00
parent 27ad49d8ed
commit 1a3d9d41ec
3 changed files with 115 additions and 40 deletions

View File

@@ -18,7 +18,7 @@ async def lifespan(app: FastAPI):
await init_db()
await runtime_registry.refresh()
await ConfigCenter.set("APP_VERSION", VERSION)
task_queue_service.start_worker()
await task_queue_service.start_worker()
try:
yield
finally: