Quantum Child Specification Error in Elixir Application #606
-
Hi, version: I've encountered an issue with integrating the Quantum scheduler into my Elixir application's supervision tree. Despite following the documentation and ensuring that Quantum is correctly added as a child to the supervisor, I'm still facing an error related to the Here's the error message I'm receiving:
This error persists even after specifying Quantum in the application's supervision tree as follows:
And here's the relevant part of my config.exs where I define the Quantum jobs:
I've ensured that Quantum is included in my mix.exs dependencies and fetched with Could anyone provide insights into what might be causing this issue or suggest a solution? Any help would be greatly appreciated. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Have a look at the setup docs: https://hexdocs.pm/quantum/readme.html#setup You should start your own scheduler and not the quantum module directly. |
Beta Was this translation helpful? Give feedback.
Have a look at the setup docs: https://hexdocs.pm/quantum/readme.html#setup
You should start your own scheduler and not the quantum module directly.