Multithreading with the Bigdata SDK¶
Rate limits set by the Bigdata API¶
The Bigdata API has a rate limit that restricts the number of requests that can be made in a given time frame. To facilitate the use of the SDK when making bulk requests, the instance of Bigdata includes a built-in rate limiter that will prevent the client from making too many requests in a short period of time.
This rate limiter optimizes the requests per minute sent to the backend and avoids hitting the rate limit set on the Bigdata API.
Note
This does not affect the bigdata.uploads module.