But we are seeing random RESOURCE_EXHAUSTED throw from the report search calls.
Could you help us take look if it is caused by a transient issue or if we really run out of quota but didn't be blocked somehow?
{"CustomerId":"6764260347","Query":"SELECT\r\n recommendation.impact, \r\n recommendation.resource_name, \r\n
customer.id, \r\n campaign.resource_name, \r\n ad_group.resource_name,\r\n recommendation.responsive_search_ad_recommendation \r\n FROM recommendation \r\n WHERE recommendation.type = 'RESPONSIVE_SEARCH_AD'","PageToken":"","PageSize":10000,"ValidateOnly":false,"ReturnTotalResultsCount":false,"SummaryRowSetting":0}, Errors:["{\"Code\":\"GoogleAdsResourceExhausted\",\"Property\":\"GetRSARecommendation\",\"Message\":\"{\\n \\\"StatusCode\\\": 8,\\n \\\"Details\\\": \\\"Resource has been exhausted (e.g. check quota).\\\",\\n \\\"RequestId\\\": \\\"wDhAgGBloH9MyXDk48IXDg\\\",\\n \\\"Failure\\\": {\\n \\\"errors\\\": [\\n {\\n \\\"errorCode\\\": {\\n \\\"quotaError\\\": \\\"RESOURCE_EXHAUSTED\\\"\\n },\\n \\\"message\\\": \\\"Too many requests. Retry in 900 seconds.\\\"\\n }\\n ],\\n \\\"requestId\\\": \\\"wDhAgGBloH9MyXDk48IXDg\\\"\\n }\\n}\"}"], Raw Exception: {
"StatusCode": 8,
"Details": "Resource has been exhausted (e.g. check quota).",
"RequestId": "wDhAgGBloH9MyXDk48IXDg",
"Failure": {
"errors": [
{
"errorCode": {
"quotaError": "RESOURCE_EXHAUSTED"
},
"message": "Too many requests. Retry in 900 seconds."
}
],
"requestId": "wDhAgGBloH9MyXDk48IXDg"
}
}