Skip to content

devservices: Add healthchecks for proxy and ingest-router#126

Merged
lynnagara merged 1 commit into
mainfrom
healthcheck
May 8, 2026
Merged

devservices: Add healthchecks for proxy and ingest-router#126
lynnagara merged 1 commit into
mainfrom
healthcheck

Conversation

@lynnagara
Copy link
Copy Markdown
Member

Adds a synapse healthcheck subcommand that probes the admin listeners ready endpoint.

This approach was used instead of the standard curl since we want the runtime image is distroless and we want to keep it as minimal as possible - no shell, curl, or wget exists inside the container.

This is a similar pattern to relay's healthcheck command.

Adds a `synapse healthcheck` subcommand that probes the admin
listeners ready endpoint.

This approach was used instead of the standard `curl` since we want
the runtime image is distroless and we want to keep it as minimal
as possible - no shell, curl, or wget exists inside the container.

This is a similar pattern to relay's healthcheck command.
@lynnagara lynnagara requested a review from a team as a code owner May 8, 2026 19:36
@lynnagara lynnagara merged commit c18a22c into main May 8, 2026
17 checks passed
@lynnagara lynnagara deleted the healthcheck branch May 8, 2026 20:42
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.

2 participants