Hello Guys, I have a problem with Apigee Proxies. The Problem is when I create a Proxy for my Google Cloud Function API, which gets me a response in about 30 seconds to 1 minute. So when I call the API with a Apigee Proxy, it will always get me an error after 30 seconds, although I’ve changed the configurations of the Proxy. The error says:
“upstream request timeout” and the status in postman says: 504 Gateway Timeout.
Ich Apigee has some kind of default timeout settings. I have worked with following documentations but couldn’t solve the problem:
https://cloud.google.com/apigee/docs/api-platform/errorcatalog/mp-runtime-errorcatalog?
My configurations of the xml of the proxy are like this:
Proxy endpoint:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> AM- /dev_deploycontracts 200000 defaultTarget endpoint:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> add-cors AM- example.cloud-function.net 200000I have also tried it with:
- keepalive.timeout.millis
- connect.timeout.millis
- request.streaming.enabled
- api.timeout
I hope you guys can help me to solve this problem and thanks in advance! ![]()
Regards
Can Özer