Published Jul 30, 2024
[
 
]
The “TARGET_CONNECT_TIMEOUT” reason indicates a connection timeout between the Apigee instance and the target when using VPC Peering.
{"fault":{"faultstring":"The Service is temporarily unavailable",
"detail":{"errorcode":"messaging.adaptors.http.flow.ServiceUnavailable",
"reason":"TARGET_CONNECT_TIMEOUT"}}}
The TARGET_READ_TIMEOUT reason indicates that Apigee runtime did not receive a timely response from the target during the execution of a request. The default target read timeout value (io.timeout.millis) is 55 seconds. Which means that if after 55 seconds the target doesn’t respond, Apigee throws this error:
{"fault":{"faultstring":"Gateway Timeout",
"detail":{"errorcode":"messaging.adaptors.http.flow.GatewayTimeout",
"reason":"TARGET_READ_TIMEOUT"}}}