cloudbeat
cloudbeat copied to clipboard
Account for cloud vendors rate limiting
Motivation
cloud vendors have quotas for their api. currently, exceeding those quotas results in our fetchers being rate limited which may end up losing the resources we need to fetch.
### Tasks
- [ ] https://github.com/elastic/cloudbeat/issues/2073
- [ ] https://github.com/elastic/cloudbeat/issues/2074
- [ ] https://github.com/elastic/cloudbeat/issues/2075
Definition of done
- each cloud vendor fetchers are guranteed to not miss a resource due to rate limiting (by pacing/retrying the requests)