e4p-code
e4p-code copied to clipboard
Separated ecto application supervisor strategy
I have a situation where my phoenix layer connects to a postgres ecto layer before connecting to the postgres database. Should the postgres ecto layer supervisor strategy be a simple_one_for_one? Why or why not?