mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-16 22:55:14 -05:00
[GH-ISSUE #2987] (Un-)Healthy Threshold is not being saved #11053
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 @mdn-united on GitHub (May 4, 2026).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/2987
Originally assigned to: @oschwartz10612 on GitHub.
Describe the Bug
I’m having an issue where the thresholds aren’t being saved in the health checks. For example, I set the ‘Unhealthy Threshold’ to 2 and then click “Done”. Under the Targets, I also click ‘Save Target’. When I then look at the Health Checks configuration again, the ‘Unhealthy Threshold’ is back to 1. The same thing happens with the ‘Healthy Threshold’. The interval can be changed and the value is saved.
I have already updated all the components to the latest versions.
Environment
To Reproduce
Edit a resource. Under the target, click the ‘Health Check’ button. In the settings, enable the Health Check and then click ‘Advanced’. Change the value of ‘Healthy Threshold’ or ‘Unhealthy Threshold’ to a value other than 1. Save by clicking “Done” and then click ‘Save Targets’. Then open the Health Check again and go to ‘Advanced’. It will show a 1 again.
Expected Behavior
I would expect the number entered to be saved.
@AstralDestiny commented on GitHub (May 4, 2026):
CE or EE?
@gnullme commented on GitHub (May 4, 2026):
Same happening to me. I am using EE. It seems to only affect resource healthchecks.
@AstralDestiny commented on GitHub (May 4, 2026):
Can confirm will notify.
@mdn-united commented on GitHub (May 4, 2026):
EE in my case.
@oschwartz10612 commented on GitHub (May 4, 2026):
Also effects the follow redirects 🤦 . Will get fixed in the 1.18.3 release early this week.