Especially for big accounts we need way to throttle the requests.
Couple of options come to mind:
- Throttling on the GCP/HTTP API Level (similar to how it's done in cq-provider-aws)
- Throttling on the multiplex/concurrency level so we let the user configure how many projects we or resources we fetch concurrently.
Other related issues: #407