> ## Documentation Index
> Fetch the complete documentation index at: https://cortex-foundation-add13747-droid-1a2462c9-cor-444-sanitize.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# concurrency_limit_reached

> Too many runs at once. HTTP 429.

# `concurrency_limit_reached`

|           |                                                                     |
| --------- | ------------------------------------------------------------------- |
| HTTP      | `429`                                                               |
| `code`    | `concurrency_limit_reached`                                         |
| `type`    | `https://docs.cortex.foundation/problems/concurrency_limit_reached` |
| Retryable | no                                                                  |

Too many concurrent agent runs for this plan.

```json theme={null}
{
  "type": "https://docs.cortex.foundation/problems/concurrency_limit_reached",
  "title": "Too many runs at once",
  "status": 429,
  "code": "concurrency_limit_reached",
  "request_id": "req_…"
}
```

See [Errors](/api/errors) for how to branch, and what not to render from `detail`.
