Cache google sheet contents, so they're retrieved no more than once per minute #4700
Labels
enhancement
New feature or request
fix-me
Attempt to fix this issue with OpenHands
Stale
Inactive for 30 days
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: