Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tcp healthcheck initial prototype #460

Closed
wants to merge 2 commits into from
Closed

tcp healthcheck initial prototype #460

wants to merge 2 commits into from

Conversation

jvehent
Copy link
Contributor

@jvehent jvehent commented Mar 23, 2020

early prototype to fix #459 . Mostly looking for feedback on the approach at this stage.

f? @g-k @Micheletto

@jvehent jvehent requested review from g-k and Micheletto March 23, 2020 23:54
@coveralls
Copy link

Pull Request Test Coverage Report for Build 4241

  • 6 of 24 (25.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.2%) to 73.943%

Changes Missing Coverage Covered Lines Changed/Added Lines %
handlers.go 6 7 85.71%
main.go 0 17 0.0%
Totals Coverage Status
Change from base Build 4234: -0.2%
Covered Lines: 3479
Relevant Lines: 4705

💛 - Coveralls

Copy link
Contributor

@g-k g-k left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r+ w/ doc nit

seems weird but I can't explain why. Happy to test it in stage

@@ -80,6 +81,7 @@ type autographer struct {
debug bool
heartbeatConf *heartbeatConfig
authBackend authBackend
isReady bool
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might want to rename this to lastHeartbeatOK or at least document what it is / how it works

@Micheletto
Copy link

Can probably close this one out?

@g-k g-k closed this May 26, 2020
@hwine hwine deleted the nlb-heartbeat branch December 29, 2023 23:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TCP listener for NLB heartbeats
4 participants