canonical / observability-libs

https://charmhub.io/observability-libs
Apache License 2.0
3 stars 8 forks source link

Remove the signal handler so we don't block Juju #44

Closed rbarry82 closed 1 year ago

rbarry82 commented 1 year ago

Issue

The signal handler in KubernetesResourcePatch is no longer necessary, as Juju re-runs events, and it is unceremoniously now blocking this re-run and causing tests to fail. Remove it.