Skip to content
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

Readiness endpoints #126

Open
2 tasks
maoo opened this issue Feb 27, 2024 · 0 comments
Open
2 tasks

Readiness endpoints #126

maoo opened this issue Feb 27, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@maoo
Copy link
Member

maoo commented Feb 27, 2024

For each backend component, build a /healthcheck (or similar name) endpoint that returns:

  • 200 status code if everything is good
  • 40x status codes for specific errors (authentication, authorization, resource access, etc)
  • 500 status code for any other errors
  • a JSON payload with additional info about service status (if applicable)

Other tasks:

@maoo maoo added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant