Replies: 2 comments
-
In terms of apprise-api, I would advise just accessing the main website and verify you get a 200 response. There is no overhead, no sql database dependency, etc. So there isn't really much gain in another endpoint that just has the word "OK" hard-coded as it's output. Thoughts? |
Beta Was this translation helpful? Give feedback.
-
Well, healthchecks are run within the container and the base python layer has nothing that would assist, ie no ping, no wget, no curl. Meaning you can do an external health check against the container, but nothing much really within the container itself. Which is not an issue for the API. The API is just sitting there for as long as the container is up and running. Unfortunately, running is different from healthy. |
Beta Was this translation helpful? Give feedback.
-
Is there any health check endpoint available?
Beta Was this translation helpful? Give feedback.
All reactions