sensu / sensu-go

Simple. Scalable. Multi-cloud monitoring.
https://sensu.io
MIT License
1k stars 178 forks source link

disable round robin scheduling #5020

Closed c-kruse closed 1 year ago

c-kruse commented 1 year ago

Disables round robin scheduling.

Also happens to fix a bug changing scheduler type.

echlebek commented 1 year ago

Context for onlookers: due to intractable design flaws in the original round robin scheduler, we are disabling round robin in 7.0. A future implementation will require an external queuing system.

c-kruse commented 1 year ago

closes https://github.com/sensu/sensu-go/issues/5019