yumoqing bc5e0f5e82 fix: use add_startup() for cache_sync instead of asyncio.create_task
- init() is called synchronously before the event loop starts
  (configuredServer.py:36), so asyncio.create_task() fails with
  'no running event loop'
- Use ahserver's add_startup() which appends to app.on_startup
  and runs after the loop is ready (configuredServer.py:118)
- Remove unused asyncio import
2026-05-26 17:16:18 +08:00
..
2025-07-16 14:28:41 +08:00
2025-07-16 14:28:41 +08:00
2025-07-16 14:28:41 +08:00
2025-07-16 14:28:41 +08:00
2025-07-16 14:28:41 +08:00
2025-07-16 14:28:41 +08:00
2025-07-16 14:28:41 +08:00
2025-07-16 14:28:41 +08:00
2025-07-16 14:28:41 +08:00
2025-07-16 14:28:41 +08:00

The file is empty.