quantum-core icon indicating copy to clipboard operation
quantum-core copied to clipboard

feat: :include_task_supervisor

Open Ziinc opened this issue 1 month ago • 0 comments

This PR adds in an :include_task_supervisor option, allowing users to disable the included Task.Supervisor. This is required for {Quantum.RunStrategy.All, :cluster} to work correctly when the scheduler is started on a singular node. In the situation where a scheduler is started on multiple nodes, duplicate jobs will be started due to multiple schedulers being present in the cluster.

Ziinc avatar Dec 04 '25 07:12 Ziinc