Fix test URL not applying to proxy health checks - #53
Open
utafrali wants to merge 1 commit into
Open
Conversation
utafrali
force-pushed
the
fix/issue-51-bug
branch
from
April 7, 2026 19:02
4df975b to
94ff2ac
Compare
Owner
|
I tried another simpler way to achieve it |
utafrali
force-pushed
the
fix/issue-51-bug
branch
from
April 8, 2026 22:44
94ff2ac to
546bcdb
Compare
utafrali
force-pushed
the
fix/issue-51-bug
branch
from
April 10, 2026 12:13
546bcdb to
757f10c
Compare
Contributor
Author
|
Nice, glad you found a simpler approach! Feel free to close this PR if your solution covers the same case. Happy to help with anything else. |
appshubcc
force-pushed
the
main
branch
2 times, most recently
from
June 8, 2026 05:44
b9361df to
c9593e0
Compare
appshubcc
force-pushed
the
main
branch
2 times, most recently
from
June 26, 2026 06:25
7fc30ae to
d12a095
Compare
appshubcc
force-pushed
the
main
branch
3 times, most recently
from
July 5, 2026 09:59
9fa80ff to
9ecb877
Compare
appshubcc
force-pushed
the
main
branch
2 times, most recently
from
July 7, 2026 01:35
6280e0f to
d05cf43
Compare
appshubcc
force-pushed
the
main
branch
2 times, most recently
from
July 18, 2026 17:07
bb605a0 to
570c649
Compare
appshubcc
force-pushed
the
main
branch
2 times, most recently
from
August 13, 2026 04:12
95bde57 to
c0bb574
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #51
The test URL setting wasn't actually being applied to the proxy health checks. Fixed by updating the health-check URLs when the config is set up, and made the switch toggle async so it triggers the config update when toggled.