Skip to main content

Queue-Depth Scaling

Orpheus scales on actual demand: how many requests are waiting. Every 5 seconds:

Why Not CPU-Based?

AI agents spend most time waiting (for LLM APIs, databases, etc). CPU stays low even when busy. Queue-depth scaling adds workers when work piles up, regardless of CPU. workers

Example

Configuration

Monitor Scaling

Shows queue depth and worker count in real-time.