healthchecks_healthchecks/hc/api/management/commands
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
..
__init__.py sendalerts concurrently 2015-10-30 23:44:08 -07:00
pruneobjects.py Fix minio-related mypy warnings 2024-01-04 16:01:34 +02:00
prunepingsslow.py Make prunepingsslow more resilient to concurrent check deletes 2024-04-02 12:11:26 +03:00
prunetokenbucket.py Improve type hints in management commands 2023-10-18 13:47:02 +03:00
sendalerts.py Fix exception logging in sendalerts 2025-03-14 13:37:50 +02:00
sendreports.py Improve type hints in management commands 2023-10-18 16:15:01 +03:00
settelegramwebhook.py Move absolute URL construction to hc.lib.urls.absolute_reverse() 2024-12-03 17:24:27 +02:00
smtpd.py Fix pyright warning 2024-10-29 11:54:48 +02:00
submitchallenge.py Improve type hints in management commands 2023-10-18 16:15:01 +03:00