koudelka / honeydew

Job Queue for Elixir. Clustered or Local. Straight BEAM. Optional Ecto. 💪🍈
MIT License
724 stars 59 forks source link

Can't get it to start in a Phoenix project #82

Closed messutied closed 5 years ago

messutied commented 5 years ago

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?

koudelka commented 5 years ago

Hey there,

Could you show me the following?

koudelka commented 5 years ago

closing due to inactivity, please let me know if you still need help!