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
The /health endpoint is currently a dummy implementation that always reports 200 OK.
Proposing extending the ModuleStore interface to implement Health(ctx context.Context) to improve the health status report of the app.
The text was updated successfully, but these errors were encountered:
It would also be nice if it could check that the cache is ready, so that new instances are not added to the kubernetes load balancer until they return valid data
The
/health
endpoint is currently a dummy implementation that always reports200 OK
.Proposing extending the
ModuleStore
interface to implementHealth(ctx context.Context)
to improve the health status report of the app.The text was updated successfully, but these errors were encountered: