Health
Liveness check
Liveness probe (same as Python tt-liveness). Returns 200 with {"status": "alive", ...system status} when the process can respond. model_ready in the body reflects whether any worker has warmed up. Does not return 503 for model not ready; 500 only on unrecoverable failure.
get/tt-liveness
Response
Process is alive; body includes status alive and system status (model_ready, workers, queue)