[v0.38-preview] Health Check Endpoints failing ALB + AWS Fargate

@flamber I am facing unhealthy status on Health Check Endpoints failing AWS Fargate with metabase/metabase:v0.38-preview image. The image seems to be working fine, but I guess I am struggling with the right end endpoint to point ALB to direct it's right traffic for testing healthchecks

e.g. right now it is direct traffic to '/' to make healthchecks, I typically have seen '/healthcheck' as the endpoint. In our case with metabse what is the right endpoint for healthcheck?

Screenshots of my current config

I found these two links: [To guess the right healthcheck endpoint url]

Hi @sagun.garg
Metabase uses /api/health for health endpoint.

1 Like

@flamber It works thanks.