You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While loading users from old sheets on startup, the process has been known to stall due to 429 errors from google sheets. This seems related to Worksheet.col_vals from gspread.
refresh_users now circumvents the gspread layer to a large degree. Uglier code, but haven't seen the error since - is it solved? Leaving open for now.
The text was updated successfully, but these errors were encountered:
While loading users from old sheets on startup, the process has been known to stall due to 429 errors from google sheets. This seems related to Worksheet.col_vals from gspread.
refresh_users now circumvents the gspread layer to a large degree. Uglier code, but haven't seen the error since - is it solved? Leaving open for now.
The text was updated successfully, but these errors were encountered: