First let's talk about the plan changes. Across the board we've doubled the included Production concurrency:
Free
- Production: 20 (was 10)
- Staging: 10
- Preview: 10
- Development: 25
Hobby
- Production: 50 (was 25)
- Staging: 25
- Preview: 25
- Development: 25
Pro
- Production: 200 (was 100)
- Staging: 100
- Preview: 100
- Development: 25
Burst concurrency
For each of the limits above there's "burst concurrency" – a single queue is capped at your concurrency limit, but you can burst up to 2x that when running across multiple queues or tasks.
This means in most cases you can do twice as many runs as the limit, plus it also protects against deadlocks with nested tasks.
Extra concurrency is now cheaper and self-serve
If you're on the Pro plan you can purchase more concurrency in the dashboard.
50 extra concurrency is $10/month. This is 5x cheaper than our previous pricing.
Go to the "Concurrency" page in the sidebar and you can purchases more concurrency and then allocate it to your environments (and preview branches).
Concurrency quotas
Each organization has an extra concurrency quota: the maximum you can purchase without requesting more. This is currently set to 800 but will increase in the future.
You can request a higher quota in the dashboard by attempting to purchase more than 800 and we will review your request (and most likely approve it very quickly).

