Skip to content

Commit 8a5e7f3

Browse files
authored
Added more limits and information to the limits page (#2171)
1 parent c3dca58 commit 8a5e7f3

File tree

1 file changed

+29
-3
lines changed

1 file changed

+29
-3
lines changed

docs/limits.mdx

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ import RateLimitHitUseBatchTrigger from "/snippets/rate-limit-hit-use-batchtrigg
99

1010
| Pricing tier | Limit |
1111
| :----------- | :------------------- |
12-
| Free | 5 concurrent runs |
12+
| Free | 10 concurrent runs |
1313
| Hobby | 25 concurrent runs |
1414
| Pro | 100+ concurrent runs |
1515

16-
If you need more than 100 concurrent runs on the Pro tier, you can request more by contacting us via [email](http://trigger.dev/contact) or [Discord](http://trigger.dev/discord).
16+
Additional bundles above the Pro tier are available for $10/month per 100 concurrent runs. Contact us via [email](http://trigger.dev/contact) or [Discord](http://trigger.dev/discord) to request more.
1717

1818
## Rate limits
1919

@@ -43,12 +43,34 @@ The number of queued tasks by environment.
4343
| Hobby | 100 per project |
4444
| Pro | 1,000+ per project |
4545

46+
Additional bundles above the Pro tier are available for $10/month per 1,000 schedules. Contact us via [email](http://trigger.dev/contact) or [Discord](http://trigger.dev/discord) to request more.
47+
4648
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.
4749

4850
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.
4951

5052
If you're creating schedules for your user you will definitely need to request more schedules from us.
5153

54+
## Preview branches
55+
56+
| Pricing tier | Limit |
57+
| :----------- | :----------------- |
58+
| Free | Not available |
59+
| Hobby | 5 preview branches |
60+
| Pro | 20+ preview branches |
61+
62+
Additional bundles above the Pro tier are available for $10/month per preview branch. Contact us via [email](http://trigger.dev/contact) or [Discord](http://trigger.dev/discord) to request more.
63+
64+
## Realtime connections
65+
66+
| Pricing tier | Limit |
67+
| :----------- | :----------------- |
68+
| Free | 10 concurrent connections |
69+
| Hobby | 50 concurrent connections |
70+
| Pro | 500+ concurrent connections |
71+
72+
Additional bundles are available for $10/month per 100 realtime connections. Contact us via [email](http://trigger.dev/contact) or [Discord](http://trigger.dev/discord) to request more.
73+
5274
## Task payloads and outputs
5375

5476
| Limit | Details |
@@ -114,14 +136,16 @@ We limit the size of logs to prevent oversized data potentially causing issues.
114136

115137
## Alerts
116138

117-
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](http://trigger.dev/contact) or [Discord](http://trigger.dev/discord).
139+
An alert destination is a single email address, Slack channel, or webhook URL that you want to send alerts to.
118140

119141
| Pricing tier | Limit |
120142
| :----------- | :---------------------- |
121143
| Free | 1 alert destination |
122144
| Hobby | 3 alert destinations |
123145
| Pro | 100+ alert destinations |
124146

147+
If you're on the Pro plan and need more than the plan limit, you can request more by contacting us via [email](http://trigger.dev/contact) or [Discord](http://trigger.dev/discord).
148+
125149
## Machines
126150

127151
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
135159
| Free | 5 team members |
136160
| Hobby | 5 team members |
137161
| Pro | 25+ team members |
162+
163+
Additional seats are available for $20/month per seat. Contact us via [email](http://trigger.dev/contact) or [Discord](http://trigger.dev/discord) to request more.

0 commit comments

Comments
 (0)