Skip to content

RATE_LIMIT_EXCEEDED with df_to_sheet #94

@sjvdm

Description

@sjvdm

Hi!

We have quite a few pandas dataframes with quite a high number of cells that we update daily. These are then uploaded to gsheets via df_to_sheet, but we almost always hit the rate_limit_exceeded error by Google. I suspect this is hitting the rate limit per user per minute as defined here - https://developers.google.com/sheets/api/limits.

I suspect this is because df_to_sheets hits the Gsheet API hard - is there any way to "spread" requests? I know about the exponential backoff algo, but this is not ideal in our situation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions