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

Implementing HTTP health check #2

Open
kasvith opened this issue Apr 17, 2020 · 2 comments
Open

Implementing HTTP health check #2

kasvith opened this issue Apr 17, 2020 · 2 comments
Labels
enhancement New feature or request hacktoberfest https://hacktoberfest.digitalocean.com/
Milestone

Comments

@kasvith
Copy link
Contributor

kasvith commented Apr 17, 2020

As per mentioned in #1 we want a way to check health from a given backend.

  • it should do a GET request if a path is not provided by the user
  • if the path is given request should be forwarded to it
  • the result will determine the state of the backend service(for now lets simply pick != 200)
  • it should be able to configure the interval
@sdglhm sdglhm added the enhancement New feature or request label May 3, 2020
@whizsid
Copy link

whizsid commented Sep 28, 2020

@kasvith Are you working on this issue? Or I like to take it if you are not.

@kasvith
Copy link
Contributor Author

kasvith commented Sep 29, 2020

Go ahead, currently im bit busy

@sdglhm sdglhm added the hacktoberfest https://hacktoberfest.digitalocean.com/ label Oct 19, 2020
@sdglhm sdglhm added this to the MVP release milestone Feb 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest https://hacktoberfest.digitalocean.com/
Projects
None yet
Development

No branches or pull requests

3 participants