feat: enhancement celery configuration (#32145)

This commit is contained in:
Ponder
2026-02-10 17:55:24 +08:00
committed by GitHub
parent f355c8d595
commit 6015f23e79
4 changed files with 18 additions and 0 deletions

View File

@@ -387,6 +387,8 @@ CELERY_USE_SENTINEL=false
CELERY_SENTINEL_MASTER_NAME=
CELERY_SENTINEL_PASSWORD=
CELERY_SENTINEL_SOCKET_TIMEOUT=0.1
# e.g. {"tasks.add": {"rate_limit": "10/s"}}
CELERY_TASK_ANNOTATIONS=null
# ------------------------------
# CORS Configuration