feat: add healthz endpoint #207

Closed
opened 2025-07-08 08:42:26 -04:00 by AtHeartEngineer · 0 comments

Originally created by @ItalyPaleAle on 4/29/2025

Adds the /healthz endpoint, which responds with a 204 status code (No Content) to all requests.

This can be used to check if Pocket ID is alive and working. It can be used with container orchestrators too (see Docker's HEALTHCHECK)

*Originally created by @ItalyPaleAle on 4/29/2025* Adds the /healthz endpoint, which responds with a 204 status code (No Content) to all requests. This can be used to check if Pocket ID is alive and working. It can be used with container orchestrators too (see [Docker's HEALTHCHECK](https://docs.docker.com/reference/dockerfile/#healthcheck))
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pocket-id#207