How It Works
Enable auto-queue
Open project settings and toggle Auto-Queue on. Set the max concurrent agents (1–5).
Add tasks to backlog
Create tasks as usual. Each new backlog task is automatically considered for execution.
Tasks start automatically
When an agent slot is free, the highest-priority backlog task starts. If priorities are equal, the oldest task goes first.
Priority Ordering
Tasks are picked from the backlog in this order:- Priority — Urgent (3) → High (2) → Medium (1) → Low (0)
- Creation time — older tasks first (FIFO within same priority)
Max Concurrent Agents
| Setting | Use Case |
|---|---|
| 1 | Sequential execution. Safe for projects where tasks might touch the same files. |
| 2–3 | Balanced. Good for projects with independent modules. |
| 4–5 | Maximum throughput. Best when tasks target different areas of the codebase. |
Auto-Start on Task Creation
When auto-queue is enabled and agent slots are available, newly created tasks withbacklog status are evaluated immediately. If the queue is empty and a slot is free, the task starts right away without manual intervention.