You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
khvn26
changed the title
Expose an HTTP health check
Expose readiness/liveness probes
Feb 25, 2025
With task-processor being a Django app installed on top of Core API, task-processor containers are in fact capable of using Core API's readiness and liveness probes introduced in
The following PRs need to be merged before we close this:
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:
The text was updated successfully, but these errors were encountered: