Skip to content

Conversation

@System25
Copy link

This option is necessary to use REDIS replication based on sentinels:

[celery]
BROKER_URL = sentinel://:mypassword@sentinel1:26379/1;sentinel://:mypassword@sentinel2:26379/1

[celery:broker_transport_options]
master_name = mymaster

More info in https://github.com/celery/kombu/blob/master/kombu/transport/redis.py (see SentinelChannel).

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant