-
-
Notifications
You must be signed in to change notification settings - Fork 133
Open
Labels
Description
Support guidelines
- I've read the support guidelines
I've found a bug and checked that ...
- ... the documentation does not mention anything about my problem
- ... there are no open or closed issues that are related to my problem
Description
Right now, application shutdown triggers healthcheck failures which leads to notifications:
Line 196 in e99c109
di.HealthchecksFail("Application closed") |
This includes things like simply restarting diun, which probably shouldn't notify.
Expected behaviour
I would expect healthcheck failures to only trigger when there is an issue running diun (or when diun hasn't run in a certain amount of time, which healthchecks.io already handles for you).
Actual behaviour
healthchecks.io notifies you of a diun failure whenever you restart diun.
Steps to reproduce
- Restart diun
- Get a healthchecks.io failure notification
Diun version
v4.29.0
Docker info
N/A
Docker Compose config
Logs
Fri, 08 Aug 2025 23:53:28 UTC WRN Caught signal terminated
Additional info
No response