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

Add health check API #4

Open
Relrin opened this issue Sep 23, 2018 · 0 comments
Open

Add health check API #4

Relrin opened this issue Sep 23, 2018 · 0 comments
Labels
help wanted Extra attention is needed missing feature

Comments

@Relrin
Copy link
Member

Relrin commented Sep 23, 2018

In actual moment of time microservice-strategist doesn't have any public API for external resources which is doing health checks to each existing node in the cluster. So, it will be great to implement this extra functionality.

So, I'm proposing two possible ways to do that:

  • Replace the existing custom Application onto full-featured Sanic application, so that the server will work on default HTTP/HTTPS ports with health check API and background tasks for AMQP workers. This way is the most preferrable, however you will need to port some tests as well (so that they will user Sanic server during tests execution)
  • Add Sanic server with APIs as the background task to event-loop
@Relrin Relrin added help wanted Extra attention is needed missing feature labels Sep 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed missing feature
Projects
None yet
Development

No branches or pull requests

1 participant