This repository was archived by the owner on Mar 28, 2025. It is now read-only.

Description
Currently we expect orchestrators to execute a resource-heavy management command for each check. This might cause resource starvation on smaller clusters. In fact, we need to expose two health checks, preferably as HTTP endpoints:
- A simple liveness probe that means the task processor is running.
- A readiness probes that makes sure the database connections are healthy.