metricq / metricq-python

🐍 The MetricQ Python interface
https://metricq.github.io/metricq-python/
BSD 3-Clause "New" or "Revised" License
18 stars 7 forks source link

Implement connection retry limits #104

Open phijor opened 3 years ago

phijor commented 3 years ago

While we try to reestablish connections only at a "low" rate (default: every 30s), we should limit the total amount of connection retries. If a client fails too many reconnect attempts, it should stop with an error.