-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a liveliness endpoint for all apps #484
Labels
help wanted
Extra attention is needed
Comments
This was referenced Nov 2, 2023
This was referenced Nov 3, 2023
This was referenced Nov 11, 2023
2 tasks
This was referenced Nov 14, 2023
Oops, sorry for causing the accidental closure. |
2 tasks
2 tasks
This was referenced Nov 16, 2023
2 tasks
This was referenced Nov 18, 2023
This was referenced Nov 20, 2023
This was referenced Dec 1, 2023
Woohoo!!!! Thanks to all of our contributors who helped get this done~! |
It's time to close this issue. :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All the apps need to start with a base template, which should have a default liveliness check endpoint for deployments.
For instance, every app should implement a
/status/ping
, and that should return an HTTP error code of 200 with a response of{ "msg" : "pong" }
This issue may be split into multiple PRs, with one PR for every project.
Tasks
The text was updated successfully, but these errors were encountered: