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

Add github app rotator #87

Merged
merged 2 commits into from
Dec 15, 2022
Merged

Add github app rotator #87

merged 2 commits into from
Dec 15, 2022

Conversation

mansn-at-telia
Copy link
Contributor

Github uses rate limiting for requests, when the limit is reached a request returns a RateLimitError. The rate limit is per app client. This commit adds the ability to use multiple github apps, and rotate between them for calls to github, to lessen the chances of getting rate limit errors.

Github uses rate limiting for requests, when the limit is reached a
request returns a RateLimitError. The rate limit is per app client.
This commit adds the ability to use multiple github apps, and rotate
between them for calls to github, to lessen the chances of getting
rate limit errors.
@mansn-at-telia mansn-at-telia requested review from a team and itsdalmo as code owners December 14, 2022 13:51
Copy link
Contributor

@SadriG91 SadriG91 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@SadriG91 SadriG91 merged commit cc0715d into master Dec 15, 2022
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