0
0
Fork 0
mirror of https://github.com/healthchecks/healthchecks.git synced 2025-04-11 15:51:19 +00:00
healthchecks_healthchecks/hc
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
..
accounts Reformat 2025-03-10 10:24:13 +02:00
api Fix exception logging in sendalerts 2025-03-14 13:37:50 +02:00
front Reformat 2025-03-10 10:24:13 +02:00
lib Add docstrings in hc.lib.github 2025-02-27 12:43:35 +02:00
logs Reformat 2025-03-10 10:24:13 +02:00
payments Reformat 2025-03-10 10:24:13 +02:00
__init__.py Initial commit 2015-06-11 22:12:09 +03:00
debug.py Add custom ExceptionReporterFilter which filters out TWILIO_AUTH 2023-02-20 09:43:03 +02:00
local_settings.py.example Add PING_ENDPOINT in local_settings.py.example 2024-04-02 15:23:48 +03:00
settings.py Add GitHub Issues integration (WIP) 2025-02-24 16:24:17 +02:00
test.py Switch to f-string 2025-02-26 10:58:53 +02:00
urls.py Move ^/projects/ routes from hc.urls to hc.accounts.urls 2024-12-19 11:15:48 +02:00
wsgi.py Update links to Django docs 2023-04-07 12:50:09 +03:00