[source-google-ads] Timeout issue with large datasets in shopping_performance_view #49254
Labels
area/connectors
Connector related issues
community
connectors/source/google-ads
team/connectors-python
type/bug
Something isn't working
Connector Name
source-google-ads
Connector Version
3.7.9
What step the error happened?
During the sync
Relevant information
The job fails due to a timeout in the
request_records_job
method, which is limited to 5 minutes via the@detached(timeout_minutes=5)
decorator. Despite sufficient resources allocated to the pod, the operation does not complete within the timeout, likely due to the large volume of data or slow API responses.Steps to Reproduce:
shopping_performance_view
stream.Error Message:
Pod Metrics:
Additional Information:
shopping_performance_view
Feature Request/Question:
timeout_minutes
parameter for the@detached
decorator configurable?Relevant log output
Contribute
The text was updated successfully, but these errors were encountered: