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

Investigate and possibly implement more efficient interaction with GitHub #418

Open
jbphet opened this issue Jun 14, 2023 · 0 comments
Open

Comments

@jbphet
Copy link
Contributor

jbphet commented Jun 14, 2023

In #410 we implemented a throttling mechanism for dialing back the number of GitHub requests that Rosetta makes when it gets close to max per-hour API interaction limit. One thing we did not do was investigate whether we could do fewer of these API calls in general and thus make it so that we would hit this limit less often. I have seen the warning message that is shown to the user when the throttling is happing twice in the last couple of days, one because of testing that I was doing, but the other probably just due to normal translator interactions. We should probably take some time to see if the interaction can be made more efficient so that the throttling is less likely to kick in.

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

No branches or pull requests

1 participant