You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
New Feature / Enhancement Checklist
Current Limitation
There isn't a convientant way to get ping the
/health
endpoint on the serverFeature / 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
endpoint3rd Party References
SDKs like JS and PHP have it
parse-community/Parse-SDK-JS#1307
parse-community/parse-php-sdk#366
The text was updated successfully, but these errors were encountered: