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
We used to configure our Consumer with runtime arguments passed along with the children to the Supervisor.init/2 call like this:
[{Stellenprofil.EinsatzortFestgelegtEventConsumer, [rabbitmq_url: "amqp://localhost"]}] |> Supervisor.init(strategory: :one_for_one)
This works fine with version f61f47a but breaks with version 9f7f878. Opts passed like this do not arrive in Consumer.start_link/1.
Consumer.start_link/1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We used to configure our Consumer with runtime arguments passed along with the children to the Supervisor.init/2 call like this:
This works fine with version f61f47a but breaks with version 9f7f878. Opts passed like this do not arrive in
Consumer.start_link/1
.The text was updated successfully, but these errors were encountered: