const DEEP_HEALTH_TIMEOUT: Duration;Expand description
Timeout for the canary embed call in /health/deep.
If the worker pool is so overloaded or broken that even the canary cannot complete within this budget, the endpoint returns 503. 30 s is generous for a single batch-1 request but avoids masking a genuinely hung session.