Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't use defaults when :sentinel is set #60

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fuelen
Copy link

@fuelen fuelen commented May 18, 2022

@barttenbrinke
Copy link

For people googling this issue, this is the error you will see:

returned an error: shutdown: failed to start child: Phoenix.PubSub.Supervisor
    ** (EXIT) shutdown: failed to start child: Phoenix.PubSub.Redis
            ** (EXIT) shutdown: failed to start child: Phoenix.PubSub.RedisServer
                        ** (EXIT) an exception was raised:
                                        ** (ArgumentError)
:host or :port can't be passed as option if :sentinel is used
                    (redix 1.2.0) lib/redix/start_options.ex:84: Redix.StartOptions.sanitize_sentinel_opts/2
                                        (redix 1.2.0) lib/redix/start_options.ex:56: Redix.StartOptions.maybe_sanitize_sentinel_opts/1
                                                            (redix 1.2.0) lib/redix/start_options.ex:39: Redix.StartOptions.sanitize/1
                                                                                (redix 1.2.0) lib/redix/pubsub.ex:317: Redix.PubSub.start_link/1
                                                                                                    (phoenix_pubsub_redis 3.0.1) lib/phoenix_pubsub_redis/redis_server.ex:133: Phoenix.PubSub.RedisServer.establish_conn/1
                                                                                                                        (phoenix_pubsub_redis 3.0.1) lib/phoenix_pubsub_redis/redis_server.ex:67: Phoenix.PubSub.RedisServer.init/1

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.

None yet

2 participants