Hi google ads team,
My team has just upgraded Google Ads API to v13. I made a lot of calls to the API, but sometimes, some call got hang and make my program just hang there.
The latest log for the hang run look like this:
2023-03-22 04:14:47,240: MainThread google.ads.googleads.client: Request made: ClientCustomerId: 3404248900, Host:
googleads.googleapis.com, Method: /google.ads.googleads.v13.services.GoogleAdsService/SearchStream, RequestId: yPQd-OCq90OYFqB9fVLkdA, IsFault: False, FaultMessage: None
My program use Asyncio to make API call, so some other RequestIds that are close to this call are: U7_6c6rnERmRWZ75dRkWCA , FB23-OtXK_PwmWPemH3B2A , H354Z0YtfA0X7z8kBMw7Bw , 6CHzu5lNiTDEFc5EUXpJ0A , wSu8Rg6Gnd0bQUj6rFnk-w , aDHi2GZxNK7sJXwu_OHV6g , sJWE0JIip72iGOceTXhhTA , R1tCMEw2QjwWs9UN_R9zMg
There was no response from the hang call. Just hope these logs and RequestIds can give you some clue of what's going on.
Any help is welcome.