Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support setting DO API rate limit #462

Merged
merged 1 commit into from
Oct 17, 2022
Merged

Conversation

timoreimann
Copy link
Contributor

@timoreimann timoreimann commented Oct 15, 2022

Setting a rate limit can be useful to prevent running out of API quota in case of pathological API usage patterns (e.g., bugs or thrashing with another controller).

Update Go to v1.19 as well because latest godo requires at least 1.18.

@timoreimann timoreimann force-pushed the support-godo-rate-limiter branch 4 times, most recently from d6acb10 to 7d03ab0 Compare October 16, 2022 10:26
@timoreimann timoreimann changed the base branch from master to upgrade-to-go-v1.19 October 16, 2022 10:26
@timoreimann timoreimann force-pushed the support-godo-rate-limiter branch from 7d03ab0 to cbc5fb5 Compare October 16, 2022 10:29
@timoreimann timoreimann force-pushed the support-godo-rate-limiter branch from cbc5fb5 to 05b3863 Compare October 16, 2022 20:04
Base automatically changed from upgrade-to-go-v1.19 to master October 17, 2022 11:06
Setting a rate limit can be useful to prevent running out of API quota
in case of pathological API usage patterns (e.g., bugs or thrashing with
another controller).
@timoreimann timoreimann force-pushed the support-godo-rate-limiter branch from 05b3863 to 0c15368 Compare October 17, 2022 11:32
@timoreimann timoreimann merged commit 9711fab into master Oct 17, 2022
@timoreimann timoreimann deleted the support-godo-rate-limiter branch October 17, 2022 13:11
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.

2 participants