Joan Flotats
Joan Flotats
Using Python `select.select(..)` method limits the open connections to 340: - https://github.com/eclipse/paho.mqtt.python/issues/183 - https://github.com/eclipse/paho.mqtt.python/issues/238 - https://github.com/eclipse/paho.mqtt.python/issues/499 - https://github.com/eclipse/paho.mqtt.python/issues/662 Python select [docs](https://docs.python.org/3/library/select.html "Python select documentation") encourages users to use [selectors](https://docs.python.org/3/library/selectors.html#module-selectors) instead...
### Environment * gevent version: From PIP * Python version: 3.10 * Operating System: Ubuntu 23.04 ### Description: We use Locust and Paho-MQTT to spawn multiple clients to load-test an...
Plugin Configuration: ```yaml - quantile: name_suffix: _quantile namepass: - consumer_events - azure_events period: 60s drop_original: true quantiles: - 0.99 ``` _helpers.tpl converts float64 numbers to int64, changing all quantiles values...