mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-23 10:02:28 -05:00
[GH-ISSUE #2736] Health checks are still running when Ressource is disabled #13033
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @maieredv-manuel on GitHub (Mar 29, 2026).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/2736
Describe the Bug
Health checks are still running when Ressource is disabled
Environment
To Reproduce
Disable an Ressource with enabled Healthchecks and look in the logs of newt.
Expected Behavior
If i disable a Ressource also the Healthchecks sould be disabled
@oschwartz10612 commented on GitHub (Mar 29, 2026):
Yeah we should send a message to add and remove the healthchecks when enabled and disabled to the newt downstream.
@Adarsh-Raj-Jaiswal commented on GitHub (Mar 30, 2026):
Hi! I'd love to work on this issue. I plan to locate the resource update router and dispatch a WebSocket message to the Newt client to add/remove health checks based on the enabled state. Let me know if you have any architectural pointers!
@oschwartz10612 commented on GitHub (Mar 30, 2026):
Sure @Adarsh-Raj-Jaiswal give it a shot. I will review the PR when you are ready.
@Adarsh-Raj-Jaiswal commented on GitHub (Apr 6, 2026):
Since I have windows so I was facing some issues in setting up pangolin. But now it's done and I'm able to proceed on this. Just wanted to update about this :)
@oschwartz10612 commented on GitHub (May 1, 2026):
This was fixed in the 1.18.1 release!