Open rbren opened 2 hours ago
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.
OpenHands started fixing the issue! You can monitor the progress here.
A potential fix has been generated and a draft PR #4703 has been created. Please review the changes.
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.