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
We often run into rate limiting with the GSheets integration which causes the integration tests to fail periodically. This is probably because we create/populate/destroy the sheet in every test. The integration should instead backoff appropriately when it runs into a rate limiting error.
Acceptance Criteria
Detect when the connector runs into rate limiting exceptions and backoff appropriately
The text was updated successfully, but these errors were encountered:
* Issue #1353: implement backoff for integration tests
* update code for backoff HTTP error while read Google Sheet
* create Client class for Google Sheets with backoff all methods
* update Google Sheets Source after review #2
* update docker version for google_sheets_source
Expected Behavior
We often run into rate limiting with the GSheets integration which causes the integration tests to fail periodically. This is probably because we create/populate/destroy the sheet in every test. The integration should instead backoff appropriately when it runs into a rate limiting error.
Acceptance Criteria
Detect when the connector runs into rate limiting exceptions and backoff appropriately
The text was updated successfully, but these errors were encountered: