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
In the evitaDB's lab api, there will be new endpoint /lab/liveness which will return 200 or otherwise to signalize if all required APIs are accessible and ready. We will use this in evitaLab instead of fetching server status from gRPC API. The new endpoint will also internally probe the gRPC API because it is mandatory to be enabled and alive for evitaLab to function.
This will allow us to:
verify that the user is using proxied lab URL and not gRPC API URL directly without complex verification
check that gRPC is enabled
The text was updated successfully, but these errors were encountered:
In the evitaDB's lab api, there will be new endpoint /lab/liveness which will return 200 or otherwise to signalize if all required APIs are accessible and ready. We will use this in evitaLab instead of fetching server status from gRPC API. The new endpoint will also internally probe the gRPC API because it is mandatory to be enabled and alive for evitaLab to function.
This will allow us to:
The text was updated successfully, but these errors were encountered: