calcinator v5.0.0 mix calcinator.ecto.wait View Source
Waits for connection to work to the given repository.
The repositry must be set under :ecto_repos
in the
current app configuration.
Example
mix do calcinator.ecto.wait, ecto.create
Waits for connection to work to the given repository.
The repositry must be set under :ecto_repos
in the
current app configuration.
mix do calcinator.ecto.wait, ecto.create