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

Add Parse Server health check #1819

Open
3 tasks
dplewis opened this issue Oct 30, 2024 · 1 comment
Open
3 tasks

Add Parse Server health check #1819

dplewis opened this issue Oct 30, 2024 · 1 comment
Labels
type:feature New feature or improvement of existing feature

Comments

@dplewis
Copy link
Member

dplewis commented Oct 30, 2024

New Feature / Enhancement Checklist

Current Limitation

There isn't a convientant way to get ping the /health endpoint on the server

Feature / Enhancement Description

Add Parse.getServerHealth as a quick way to check on the server health without having to make an arbitrary request to a functional endpoint, and without needing keys.

Example Use Case

Useful for server failover.

Alternatives / Workarounds

You can make your own request to the /health endpoint

3rd Party References

SDKs like JS and PHP have it

parse-community/Parse-SDK-JS#1307
parse-community/parse-php-sdk#366

Copy link

parse-github-assistant bot commented Oct 30, 2024

Thanks for opening this issue!

  • 🎉 We are excited about your ideas for improvement!

@mtrezza mtrezza added the type:feature New feature or improvement of existing feature label Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature New feature or improvement of existing feature
Projects
None yet
Development

No branches or pull requests

2 participants