quantum-elixir / quantum-core

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

Check the existence of modules and functions in the jobs configuration at startup #507

Closed Hentioe closed 1 year ago

Hentioe commented 2 years ago

I noticed that with non-existing modules or functions configured in jobs, Quantom doesn't give any errors or warnings on startup. For static jos configs, should they be checked for validity?

maennchen commented 2 years ago

@Hentioe That would be a good addition, a PR is welcome.

Hentioe commented 2 years ago

I'd be more than happy to create a PR if that's acceptable

dannielb commented 1 year ago

Hello @maennchen and @Hentioe! I opened a proposal to add a warning message for this case :)