healthchecks_healthchecks/hc/api/management
Pēteris Caune 74b7860a0d
Fix exception logging in sendalerts
The on_notify_done callback was accessing exception data incorrectly.
If there's been an exception in the thread, it will be re-thrown while
calling future.result(), and we must catch it with "try ... except"
instead of calling future.exception().
2025-03-14 13:37:50 +02:00
..
commands Fix exception logging in sendalerts 2025-03-14 13:37:50 +02:00
__init__.py sendalerts concurrently 2015-10-30 23:44:08 -07:00