Rambla.start_pools
You're seeing just the function
start_pools
, go back to Rambla module for more information.
Starts the pools configured in the config.exs
/ releases.exs
file.
This call is equivalent to start_pools(Application.get_env(:rambla, :pools))
.
Starts the pools as specified by options (map()
or keyword()
)