You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/limits.mdx
+29-3Lines changed: 29 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,11 @@ import RateLimitHitUseBatchTrigger from "/snippets/rate-limit-hit-use-batchtrigg
9
9
10
10
| Pricing tier | Limit |
11
11
| :----------- | :------------------- |
12
-
| Free |5 concurrent runs |
12
+
| Free |10 concurrent runs |
13
13
| Hobby | 25 concurrent runs |
14
14
| Pro | 100+ concurrent runs |
15
15
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.
17
17
18
18
## Rate limits
19
19
@@ -43,12 +43,34 @@ The number of queued tasks by environment.
43
43
| Hobby | 100 per project |
44
44
| Pro | 1,000+ per project |
45
45
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
+
46
48
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.
47
49
48
50
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.
49
51
50
52
If you're creating schedules for your user you will definitely need to request more schedules from us.
51
53
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
+
52
74
## Task payloads and outputs
53
75
54
76
| Limit | Details |
@@ -114,14 +136,16 @@ We limit the size of logs to prevent oversized data potentially causing issues.
114
136
115
137
## Alerts
116
138
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.
118
140
119
141
| Pricing tier | Limit |
120
142
| :----------- | :---------------------- |
121
143
| Free | 1 alert destination |
122
144
| Hobby | 3 alert destinations |
123
145
| Pro | 100+ alert destinations |
124
146
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
+
125
149
## Machines
126
150
127
151
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
135
159
| Free | 5 team members |
136
160
| Hobby | 5 team members |
137
161
| 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