quantum-elixir / quantum-core

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

Changes warn to error when the function `check_node?` fails #557

Closed viniciusilveira closed 1 year ago

viniciusilveira commented 1 year ago

When the running_node? function fails, only a warning log is returned. However, since the process is not executed due to a connection error, shouldn't this warning be an error?

This PR changes this warning to error so that the connection failure and the process not running are properly notified.