From the examples it's not clear to me how to start Honeydew in a phoenix project, in any point where I try to add the start up code I get this error:
no process: the process is not alive or there's no process currently associated with the given name, possibly because its application isn't started
I tried placing it in the existing Application.start/2 method, in a GenServer module inside of the supervision tree of the existing Application, I always get that error, could you point me in the right direction please?
From the examples it's not clear to me how to start Honeydew in a phoenix project, in any point where I try to add the start up code I get this error:
I tried placing it in the existing
Application.start/2
method, in a GenServer module inside of the supervision tree of the existing Application, I always get that error, could you point me in the right direction please?