Add Env 'CELERY_SENTINEL_PASSWORD' for celery connect redis sentinel. (#21198)
This commit is contained in:
parent
38a704743c
commit
28f5c37211
4 changed files with 7 additions and 0 deletions
|
|
@ -285,6 +285,7 @@ BROKER_USE_SSL=false
|
|||
# If you are using Redis Sentinel for high availability, configure the following settings.
|
||||
CELERY_USE_SENTINEL=false
|
||||
CELERY_SENTINEL_MASTER_NAME=
|
||||
CELERY_SENTINEL_PASSWORD=
|
||||
CELERY_SENTINEL_SOCKET_TIMEOUT=0.1
|
||||
|
||||
# ------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue