hasura / hasura/graphql-engine
/healthz should not return OK until auto migrations have finished
Open
c/migrations
c/server
support/needs-action
- Dominant language
- TypeScript
- Stars
- 32.1k
- Forks
- 3k
- PR merge metrics
- PR metrics pending
Description
I'm using the `.cli-migrations` docker image for auto migrations.
### Problem
`/healthz` endpoint returns OK before migrations have finished. This ruins my zero-downtime deployments on Render.com which uses `/healthz` as the indicator for when the new deployment is ready.
Contributor guide
Assessment
This issue has not been assessed yet.