From 45c28a587d8c269375626e27a4676820b13f884a Mon Sep 17 00:00:00 2001 From: James Ritchie Date: Fri, 13 Jun 2025 09:33:00 +0100 Subject: [PATCH] Added more limits and information to the limits page --- docs/limits.mdx | 32 +++++++++++++++++++++++++++++--- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git a/docs/limits.mdx b/docs/limits.mdx index 21b094333d..f8312f3264 100644 --- a/docs/limits.mdx +++ b/docs/limits.mdx @@ -9,11 +9,11 @@ import RateLimitHitUseBatchTrigger from "/snippets/rate-limit-hit-use-batchtrigg | Pricing tier | Limit | | :----------- | :------------------- | -| Free | 5 concurrent runs | +| Free | 10 concurrent runs | | Hobby | 25 concurrent runs | | Pro | 100+ concurrent runs | -If you need more than 100 concurrent runs on the Pro tier, you can request more by contacting us via [email](https://trigger.dev/contact) or [Discord](https://trigger.dev/discord). +Additional bundles above the Pro tier are available for $10/month per 100 concurrent runs. Contact us via [email](https://trigger.dev/contact) or [Discord](https://trigger.dev/discord) to request more. ## Rate limits @@ -43,12 +43,34 @@ The number of queued tasks by environment. | Hobby | 100 per project | | Pro | 1,000+ per project | +Additional bundles above the Pro tier are available for $10/month per 1,000 schedules. Contact us via [email](https://trigger.dev/contact) or [Discord](https://trigger.dev/discord) to request more. + When attaching schedules to tasks we strongly recommend you add them [in our dashboard](/tasks/scheduled#attaching-schedules-in-the-dashboard) if they're "static". That way you can control them easily per environment. If you add them [dynamically using code](/management/schedules/create) make sure you add a `deduplicationKey` so you don't add the same schedule to a task multiple times. If you don't your task will get triggered multiple times, it will cost you more, and you will hit the limit. If you're creating schedules for your user you will definitely need to request more schedules from us. +## Preview branches + +| Pricing tier | Limit | +| :----------- | :----------------- | +| Free | Not available | +| Hobby | 5 preview branches | +| Pro | 20+ preview branches | + +Additional bundles above the Pro tier are available for $10/month per preview branch. Contact us via [email](https://trigger.dev/contact) or [Discord](https://trigger.dev/discord) to request more. + +## Realtime connections + +| Pricing tier | Limit | +| :----------- | :----------------- | +| Free | 10 concurrent connections | +| Hobby | 50 concurrent connections | +| Pro | 500+ concurrent connections | + +Additional bundles are available for $10/month per 100 realtime connections. Contact us via [email](https://trigger.dev/contact) or [Discord](https://trigger.dev/discord) to request more. + ## Task payloads and outputs | Limit | Details | @@ -114,7 +136,7 @@ We limit the size of logs to prevent oversized data potentially causing issues. ## Alerts -An alert destination is a single email address, Slack channel, or webhook URL that you want to send alerts to. If you're on the Pro plan and need more than the plan limit, you can request more by contacting us via [email](https://trigger.dev/contact) or [Discord](https://trigger.dev/discord). +An alert destination is a single email address, Slack channel, or webhook URL that you want to send alerts to. | Pricing tier | Limit | | :----------- | :---------------------- | @@ -122,6 +144,8 @@ An alert destination is a single email address, Slack channel, or webhook URL th | Hobby | 3 alert destinations | | Pro | 100+ alert destinations | +If you're on the Pro plan and need more than the plan limit, you can request more by contacting us via [email](https://trigger.dev/contact) or [Discord](https://trigger.dev/discord). + ## Machines The default machine is `small-1x` which has 0.5 vCPU and 0.5 GB of RAM. You can optionally configure a higher spec machine which will increase the cost of running the task but can also improve the performance of the task if it is CPU or memory bound. @@ -135,3 +159,5 @@ See the [machine configurations](/machines#machine-configurations) for more deta | Free | 5 team members | | Hobby | 5 team members | | Pro | 25+ team members | + +Additional seats are available for $20/month per seat. Contact us via [email](https://trigger.dev/contact) or [Discord](https://trigger.dev/discord) to request more. \ No newline at end of file