Environment
@@ -682,7 +706,7 @@ function PurchaseConcurrencyModal({
- ({extraConcurrency / concurrencyPricing.stepSize} bundles)
+ ({simplur`${extraConcurrency / concurrencyPricing.stepSize} bundle[|s]`})
/mth
@@ -703,8 +727,11 @@ function PurchaseConcurrencyModal({
- ({(amountValue - extraConcurrency) / concurrencyPricing.stepSize} bundles @{" "}
- {formatCurrency(concurrencyPricing.centsPerStep / 100, true)}/mth)
+ (
+ {simplur`${
+ (amountValue - extraConcurrency) / concurrencyPricing.stepSize
+ } bundle[|s]`}{" "}
+ @ {formatCurrency(concurrencyPricing.centsPerStep / 100, true)}/mth)
/mth
@@ -723,7 +750,7 @@ function PurchaseConcurrencyModal({
- ({amountValue / concurrencyPricing.stepSize} bundles)
+ ({simplur`${amountValue / concurrencyPricing.stepSize} bundle[|s]`})
/mth
diff --git a/docs/limits.mdx b/docs/limits.mdx
index c1149c8343..1f46df445a 100644
--- a/docs/limits.mdx
+++ b/docs/limits.mdx
@@ -13,7 +13,7 @@ import RateLimitHitUseBatchTrigger from "/snippets/rate-limit-hit-use-batchtrigg
| Hobby | 25 concurrent runs |
| Pro | 100+ concurrent runs |
-Additional bundles above the Pro tier are available for $50/month per 50 concurrent runs. Contact us via [email](https://trigger.dev/contact) or [Discord](https://trigger.dev/discord) to request more.
+Extra concurrency above the Pro tier limit is available via the dashboard. Click the "Concurrency" page from the left sidebar when on the Pro plan to purchase more.
## Rate limits