sensu / sensu-go

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

Loadit backend handshake timeout #4972

Closed c-kruse closed 1 year ago

c-kruse commented 1 year ago

Allows us to extend the default handshake timeout between agents and backends. Hopefully reduces timeouts.

Sensu 7.0 is (so far) more sensitive to mass herds of agents connecting to a backend. In addition to tuning backends to use appropriate agent connection rate limiting, extending the handshake timeout to 45s (the default suggested by our websocket library) should result in fewer client connection timeouts.