增加celery任务队列,任务持久化(服务重启不丢)、支持多 Worker 水平扩展、失败自动重试

This commit is contained in:
2026-05-28 17:59:39 +08:00
parent 6ad22e4466
commit 44902207c9
9 changed files with 133 additions and 47 deletions
+1
View File
@@ -44,6 +44,7 @@ aiohttp>=3.13.4
# ============================================
# 消息队列
# ============================================
celery[redis]>=5.3.0
kafka-python>=2.0.2
redis>=4.5.0