Add unauthenticated API healthcheck endpoint #436
Closed
katanacrimson
started this conversation in
Ideas
Replies: 1 comment 5 replies
-
|
This will be added in V4, check out the roadmap: https://diced.notion.site/Zipline-v4-Roadmap-058aceb8a35140e7af4c726560aa3db1?pvs=4 |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Doesn't need to do anything fancy, just respond with 200/500 depending on whether the application is running nominally (maybe a
SELECT 1to ensure the database connection is still live?) or not.This would be useful for container orchestration as a means to ensure application availability.
Beta Was this translation helpful? Give feedback.
All reactions