cloudbeat icon indicating copy to clipboard operation
cloudbeat copied to clipboard

Account for cloud vendors rate limiting

Open orouz opened this issue 1 year ago • 0 comments

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)

orouz avatar Mar 24 '24 13:03 orouz