Skip to content

feat: Added throttling for digitalocean API calls#1546

Merged
erezrokah merged 3 commits intocloudquery:mainfrom
amanenk:do_throttle
Aug 25, 2022
Merged

feat: Added throttling for digitalocean API calls#1546
erezrokah merged 3 commits intocloudquery:mainfrom
amanenk:do_throttle

Conversation

@amanenk
Copy link
Copy Markdown
Contributor

@amanenk amanenk commented Aug 23, 2022

Summary

closes #1346


Use the following steps to ensure your PR is ready to be reviewed

  • Read the contribution guidelines 🧑‍🎓
  • Test locally on your own infrastructure
  • Run go fmt to format your code 🖊
  • Lint your changes via golangci-lint run 🚨 (install golangci-lint here)
  • Update or add tests 🧪
  • Ensure the status checks below are successful ✅

@amanenk amanenk marked this pull request as ready for review August 23, 2022 12:27
@amanenk amanenk requested review from a team, irmatov and roneli and removed request for a team August 23, 2022 12:27
@github-actions github-actions bot added feat and removed feat labels Aug 23, 2022
@amanenk amanenk requested review from erezrokah and removed request for irmatov August 25, 2022 07:10
@erezrokah erezrokah merged commit bb40b59 into cloudquery:main Aug 25, 2022
kodiakhq bot pushed a commit that referenced this pull request Aug 25, 2022
🤖 I have created a release *beep* *boop*
---


## [0.6.4](plugins/source/digitalocean-v0.6.3...plugins/source/digitalocean/v0.6.4) (2022-08-25)


### Features

* Added throttling for digitalocean API calls ([#1546](#1546)) ([bb40b59](bb40b59))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
kodiakhq bot pushed a commit that referenced this pull request Sep 21, 2022
🤖 I have created a release *beep* *boop*
---


## [0.7.0-pre.0](plugins/source/digitalocean-v0.6.5-pre.0...plugins/source/digitalocean/v0.7.0-pre.0) (2022-09-21)


### ⚠ BREAKING CHANGES

* Migrate DigitalOcean plugin to v2 (#1794)

### Features

* Add Sentry DSN ([#1913](#1913)) ([5cc036e](5cc036e))
* Added throttling for digitalocean API calls ([#1546](#1546)) ([bb40b59](bb40b59))
* Migrate DigitalOcean plugin to v2 ([#1794](#1794)) ([e556185](e556185))


### Bug Fixes

* **deps:** Update Terraform tls to v4.0.2 ([#1653](#1653)) ([8f3bbeb](8f3bbeb))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for throttle retry

2 participants