PHACDataHub / cpho-phase2

A data collection and retrieval application to automate and standardize the data intake for the yearly Health of Canadians report
5 stars 3 forks source link

fix: make health-check fail when there are pending migrations #298

Closed AlexCLeduc closed 6 months ago

AlexCLeduc commented 6 months ago

The health-check will fail if there are un-applied migrations.

It also passes if migrations are ahead of the source code (e.g. when a new migration is deployed and applied, the old containers still pass this check)

AlexCLeduc commented 6 months ago

Actually, this is pointless, the pods run migrations when they start so the HC will always pass