优化架构K8s 副本和队列

This commit is contained in:
Azmat@qq.com
2026-09-03 16:38:02 +08:00
parent f53b6e1035
commit e7122b78fb
9 changed files with 80 additions and 10 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ from airshelf.celery import app
from apps.accounts.models import Team
@app.task
@app.task(queue="airshelf.quick")
def ensure_team_notifications_task(team_id: str, user_id: str | None = None) -> None:
"""后台生成/补齐团队站内通知。