Documentation
Advanced Topics
Rate Limiting

Rate Limiting

There is currently one main lever to control the rate at which CloudQuery fetches resources from cloud providers. This setting is called concurrency available in most source plugins, and it can be specified as part of the plugin source spec (Each spec is described in the relevant page in the hub (opens in a new tab)).

Concurrency

concurrency provides rough control over the number of concurrent requests that will be made while performing a sync. Setting this to a low number will reduce the number of concurrent requests, reducing the memory used and making the sync less likely to hit rate limits. The trade-off is that syncs will take longer to complete.