# Concurrency Limit

> Inspect or change global and per-host limits on concurrently running BB threads.

- Skill: `get-bb/concurrency-limit` (Agent Skill)
- Install (CLI): `npx skillmds@latest add get-bb/concurrency-limit`
- Raw SKILL.md: https://api.skillmd.com/api/skills/get-bb/concurrency-limit/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: get-bb (https://skillmd.com/u/get-bb)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/get-bb/concurrency-limit

---


# Concurrency limits

Use `bb concurrency-limit status --json` to inspect current limits.

```sh
bb concurrency-limit global [unlimited|<limit>] [--json]
bb concurrency-limit host <host-id> [auto|<limit>] [--json]
```

Automatic host limits allow one thread per available processor. Resolve the host
with `bb machine list` before changing a host limit. Omit the value to inspect it;
change limits only for the requested scope and verify the resulting status.

