We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I set up the redis adapter according to the doc and deployed it to Heroku where we have 2 dynos running like:
elixir --sname server -S mix phx.server
I didn't set the node_name manually to let it pick the one of --sname:
node_name
--sname
{Phoenix.PubSub, adapter: Phoenix.PubSub.Redis, url: System.get_env("REDIS_URL"), name: WebInterface.PubSub},
But it didn't work: messages still not sync between nodes. So am i missing something?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I set up the redis adapter according to the doc and deployed it to Heroku where we have 2 dynos running like:
I didn't set the
node_name
manually to let it pick the one of--sname
:But it didn't work: messages still not sync between nodes. So am i missing something?
The text was updated successfully, but these errors were encountered: