mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 09:20:22 +08:00
- 号池排序涉及大量 Redis I/O,在调用前提前释放 DB 连接避免连接池压力 - 新增 create_candidate_records_async,通过 asyncio.to_thread 执行同步 DB 写入 - 同步执行、异步提交、TaskService 三条路径统一改用异步版本