Skip to content

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

Closed
fuelen wants to merge 1 commit intophoenixframework:masterfrom
prosapient:fix/dont_use_defaults_when_sentinel_is_set
Closed

Don't use defaults when :sentinel is set#60
fuelen wants to merge 1 commit intophoenixframework:masterfrom
prosapient:fix/dont_use_defaults_when_sentinel_is_set

Conversation

@fuelen
Copy link
Copy Markdown

@fuelen fuelen commented May 18, 2022

@barttenbrinke
Copy link
Copy Markdown

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

@mitchellhenke
Copy link
Copy Markdown
Collaborator

This should be addressed with #76

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.

3 participants