Skip to content

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 "::".

Copy link
Author

Choose a reason for hiding this comment

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

Yeah, that's a good idea, we're definitely gonna do this

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