We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We are accessing a google sheet on every request to /authenticate, which can be a lot. This can get rate limited
/authenticate
In openhands/server/github.py, modify the logic so that the sheet's contents are cached in memory, and only updated if they're > 60s old.
The text was updated successfully, but these errors were encountered:
OpenHands started fixing the issue! You can monitor the progress here.
Sorry, something went wrong.
A potential fix has been generated and a draft PR #4703 has been created. Please review the changes.
Successfully merging a pull request may close this issue.
We are accessing a google sheet on every request to
/authenticate
, which can be a lot. This can get rate limitedIn openhands/server/github.py, modify the logic so that the sheet's contents are cached in memory, and only updated if they're > 60s old.
The text was updated successfully, but these errors were encountered: