Skip to content

Healthcheck support #489

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Healthcheck support #489

wants to merge 1 commit into from

Conversation

WiZeYAR
Copy link

@WiZeYAR WiZeYAR commented Jul 28, 2025

Closes #240

self.runner = web.AppRunner(self.app)
await self.runner.setup()

site = web.TCPSite(self.runner, "0.0.0.0", self.port) # noqa: S104
Copy link

Choose a reason for hiding this comment

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

Can we make the host configurable? We are also waiting for this feature to put it in production, and we run a dual stock Kubernetes cluster, so we would like to be able to set the host to "::".

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.

Need a command for checking readiness/liveness
2 participants