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
As stated in the issue description, readiness check is expected to indicate that the service can serve requests. So I don't think /configs is a proper endpoint for this purpose. If needed, we may add a /readyz endpoint for this purpose.
As stated in the issue description, readiness check is expected to indicate that the service can serve requests. So I don't think /configs is a proper endpoint for this purpose. If needed, we may add a /readyz endpoint for this purpose.
Sorry for my confusing words. I want to say that configs can be used for liveness check.
What would you like to be improved?
In an ideal environment, we should have 2 type of checks:
A real example - if db has not been init yet while we deploy the service, the liveness check should pass while the readiness check should fail.
Currently Gravitino has the
api/version
endpoint that is more suitable for liveness check. Is there an endpoint for readiness check?How should we improve?
No response
The text was updated successfully, but these errors were encountered: