forked from renderedtext/ex-tackle
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working