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 clientcreatorpool abstraction for utilizing multiple github apps for extra ratelimit #756

Merged
merged 6 commits into from
May 21, 2024

Conversation

smonero
Copy link
Contributor

@smonero smonero commented May 16, 2024

Will put the doc explaining things in slack. Basically this is adding functionality to be able to choose which gh app has the biggest remaining rate limit, which is updated in the crons. Note there could potentially be race conditions since this is all in-memory and we have 2 separate temporal workers, however that should be a non-issue as there should always be enough rate limit to go around, and even if there isn't it, it would come back shortly after being exhausted.

@smonero smonero changed the title ok Add clientcreatorpool abstraction for utilizing multiple github apps for extra ratelimit May 18, 2024
@smonero smonero merged commit 54a9851 into main May 21, 2024
3 checks passed
@smonero smonero deleted the clientCreatorPool1 branch May 21, 2024 21:28
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