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
When using the customer.query method sometimes we get a "The client has already been closed" error thrown after 10 minutes from running the query.
The same usage of cutomer.query with the same query from the same client gives a response in ~1 second, when ran in the time range of +- 1 hour from the one that throws the error.
Example query, if it helps:
`SELECT campaign.id, customer.id, segments.conversion_action, metrics.conversions, metrics.all_conversions_value, segments.hour, segments.date FROM campaign WHERE segments.date BETWEEN "2023-08-07" AND "2023-08-08"
We've observed this after upgrading to version 13.
Do you have an idea if this can be cause by the library or it's just an issue on Google's side ?
The text was updated successfully, but these errors were encountered:
Hello,
When using the customer.query method sometimes we get a "The client has already been closed" error thrown after 10 minutes from running the query.
The same usage of cutomer.query with the same query from the same client gives a response in ~1 second, when ran in the time range of +- 1 hour from the one that throws the error.
Example query, if it helps:
`SELECT campaign.id, customer.id, segments.conversion_action, metrics.conversions, metrics.all_conversions_value, segments.hour, segments.date FROM campaign WHERE segments.date BETWEEN "2023-08-07" AND "2023-08-08"
We've observed this after upgrading to version 13.
Do you have an idea if this can be cause by the library or it's just an issue on Google's side ?
The text was updated successfully, but these errors were encountered: