Skip to content

Commit 4e6b72f

Browse files
committed
Improved rate limit docs
1 parent 8d7b5e9 commit 4e6b72f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/limits.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Generally speaking each SDK call is an API call.
2323
| :---- | :------------------------ |
2424
| API | 1,500 requests per minute |
2525

26+
You can request a higher rate limit from us if you're on a paid plan.
27+
2628
<RateLimitHitUseBatchTrigger />
2729

2830
## Queued tasks
@@ -136,7 +138,7 @@ We limit the size of logs to prevent oversized data potentially causing issues.
136138

137139
## Alerts
138140

139-
An alert destination is a single email address, Slack channel, or webhook URL that you want to send alerts to.
141+
An alert destination is a single email address, Slack channel, or webhook URL that you want to send alerts to.
140142

141143
| Pricing tier | Limit |
142144
| :----------- | :---------------------- |
@@ -160,4 +162,4 @@ See the [machine configurations](/machines#machine-configurations) for more deta
160162
| Hobby | 5 team members |
161163
| Pro | 25+ team members |
162164

163-
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.
165+
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.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
The most common cause of hitting the API rate limit is if you’re calling `trigger()` on a task in a loop, instead of doing this use `batchTrigger()` which will trigger multiple tasks in a single API call. You can have up to 100 tasks in a single batch trigger call.
1+
The most common cause of hitting the API rate limit is if you’re calling `trigger()` on a task in a loop, instead of doing this use `batchTrigger()` which will trigger multiple tasks in a single API call. You can have up to 500 tasks in a single batch trigger call.

0 commit comments

Comments
 (0)