Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 308 Bytes

File metadata and controls

1 lines (1 loc) · 308 Bytes

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).