quantum-elixir / quantum-core

:watch: Cron-like job scheduler for Elixir
https://hexdocs.pm/quantum/
Apache License 2.0
2.32k stars 148 forks source link

can not perform, and show this warning #469

Closed lianhj closed 2 years ago

lianhj commented 3 years ago

[warning] <0.1627.0>@Elixir.Quantum.NodeSelectorBroadcaster:check_node/3:68 Node :"egame_cache@127.0.0.1" is not running. Job #Reference<0.405539817.1318060033.191976> could not be executed.

maennchen commented 3 years ago

@lianhj Can you please describe the error on detail?

bfolkens commented 2 years ago

This happens to me with a 2 node cluster. One node is configured to run the Quantum application, one without. The log output above is the only log message shown (debug log threshold is set) besides the initial loading messages.

bfolkens commented 2 years ago

This happens to me with a 2 node cluster. One node is configured to run the Quantum application, one without. The log output above is the only log message shown (debug log threshold is set) besides the initial loading messages.

After tinkering with this for a while it looks like setting the strategy to run_strategy: Quantum.RunStrategy.Local fixes this. My guess is the non-quantum nodes are confusing the scheduler.