sensu / sensu-go

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

Remove round robin scheduler #5019

Closed fguimond closed 1 year ago

c-kruse commented 1 year ago

Round robin scheduling removed from sensu-go in 7.0.

Reasoning being, a design flaw fundamental to sensu-go's existing round robin scheduling implementation prevents the feature from reliably working. A queueing system will be required for a future re-implementation.