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

fix: exception in update zombifies IntervalSource #135

Closed bmario closed 1 year ago

bmario commented 1 year ago

If during the processing of the update coroutine, an exception gets raised, the periodic task gets cancelled. This patch catches any exception and stops the client with the exception as reason.

Fixes #134