Hi team,
our timeout is 240s, but recently we are seeing the RPC_DEADLINE_TOO_SHORT error randomly.
Could you help us investigate it?
["{\"Code\":\"OperationAccessDeniedError\",\"Property\":\"Online-ProcessSearchTermMetricsAsync\",\"Message\":\"{\\n \\\"StatusCode\\\": 3,\\n \\\"Details\\\": \\\"Request contains an invalid argument.\\\",\\n \\\"RequestId\\\": \\\"kAqMGeAr-n-mJj3x6jCVQQ\\\",\\n \\\"Failure\\\": {\\n \\\"errors\\\": [\\n {\\n \\\"errorCode\\\": {\\n \\\"requestError\\\": \\\"RPC_DEADLINE_TOO_SHORT\\\"\\n },\\n \\\"message\\\": \\\"The request timed out because the specified deadline was too short to complete the request. Set a larger deadline and retry.\\\"\\n }\\n ],\\n \\\"requestId\\\": \\\"kAqMGeAr-n-mJj3x6jCVQQ\\\"\\n }\\n}\"}"], Raw Exception Google.Ads.GoogleAds.V11.Errors.GoogleAdsException : {
"StatusCode": 3,
"Details": "Request contains an invalid argument.",
"RequestId": "kAqMGeAr-n-mJj3x6jCVQQ",
"Failure": {
"errors": [
{
"errorCode": {
"requestError": "RPC_DEADLINE_TOO_SHORT"
},
"message": "The request timed out because the specified deadline was too short to complete the request. Set a larger deadline and retry."
}
],
"requestId": "kAqMGeAr-n-mJj3x6jCVQQ"
}
}