apache / openwhisk-apigateway

Apache OpenWhisk API Gateway service for exposing actions as REST interfaces.
https://openwhisk.apache.org/
Apache License 2.0
64 stars 45 forks source link

Update managed API timeout #321

Closed codymwalker closed 5 years ago

codymwalker commented 5 years ago

Currently, the Whisk invokers timeout after 60s and return a 202 with the activation ID. However, the gateway has a default read timeout of 60s, meaning that it hangs up just before the invoker returns the 202. This change allows the gateway to receive the 202 response.

@mhamann @alexsong93 PTAL

tnakajo commented 5 years ago

@codymwalker I'm Cloud Support for https://github.ibm.com/BlueMix-Fabric/functions-support-tickets/issues/79. Have you fixed the issue and rolled it out to the production env IBM Public EU-GB (LYP)?