Back to Trigger

Rate Limit Hit Use Batchtrigger

docs/snippets/rate-limit-hit-use-batchtrigger.mdx

4.4.5307 B
Original Source

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 1,000 tasks in a single batch trigger call with SDK 4.3.1+ (500 in prior versions).