Skip to content

Fix the filesystem shard health check to check all configured shards

Nick Thomas requested to merge (removed):37999-fix-circuit-breaker into master

What does this MR do?

Makes the readiness / liveness checker operate against all shards, rather than just those shards that new projects will be created on.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Currently, we get an incomplete picture of health from the health checker.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #37999 (closed)

Merge request reports