Google Sheets integrations are slow due to low rate limits - Google's API has a default limit of 300 read requests per minute per project. When your integration exceeds this limit, Google temporarily blocks further requests until the quota resets (typically after a minute).
To speed it up, retry the request after a brief pause since the quota resets every minute. This is currently the best option for handling the rate limit restrictions.
Improving Speed of Clay Table to Google Sheets Integration | Clay