quantum-elixir / quantum-core

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

feat(run_strategy): nodes for random strategy for otp app #608

Closed marinakr closed 4 months ago

marinakr commented 4 months ago

Resolves #605

maennchen commented 4 months ago

There's a few to adapt for the PR:

maennchen commented 4 months ago

To do this properly, we'll probably have to pass another argument to the NodeList.nodes function that specifies the task supervisor:

https://github.com/quantum-elixir/quantum-core/blob/748d944950a64300b490fb3db2e2f241e9474297/lib/quantum/node_selector_broadcaster.ex#L73

marinakr commented 4 months ago

Close this PR for now - implemented custom strategy