Date
1 - 6 of 6
Request timeout in CloudFoundry
Flávio Henrique Schuindt da Silva <flavio.schuindt at gmail.com...>
Hi guys,
How can I increase the request timeout in CF? I would like to give more time to my app to send a response to the requests before getting a timeout. Should I increase it in the buildpack? If yes, where should I change it on java buildpack? Thanks in advance!
|
|
Ronak Banka
Hello,
you can add the timeout in your manifest itself. https://docs.cloudfoundry.org/devguide/deploy-apps/manifest.html#timeout Thanks Ronak -- View this message in context: http://cf-dev.70369.x6.nabble.com/cf-dev-Request-timeout-in-CloudFoundry-tp1232p1233.html Sent from the CF Dev mailing list archive at Nabble.com.
|
|
CF Runtime
Hi,
We think this message was dropped and so we are posting it again. How long of a timeout are you seeing? The gorouter and ha_proxy have a default timeout of 15 minutes. If you are using an ELB or some other load balancer they may have their own timeout set. I'm not sure if any of the app servers installed by buildpacks have a build in timeout or not, what type of app is it? Joseph and Dan OSS Release Integration Team On Mon, Aug 17, 2015 at 2:18 PM, Flávio Henrique Schuindt da Silva < flavio.schuindt(a)gmail.com> wrote: Hi guys,
|
|
Paul Bakare
Hi,
toggle quoted messageShow quoted text
I'm experiencing this same issue. I have a NodeJS app, using the nodejs buildpack. A request taking approximately 80 secs long gets timed out (502 response). We're using the default CF ELBs (gorouter and ha_proxy).
On Tue, Aug 25, 2015 at 10:57 PM, CF Runtime <cfruntime(a)gmail.com> wrote:
Hi,
|
|
James Bayer
i would trace through the various system component logs to see where the
toggle quoted messageShow quoted text
timeout is starting with each component that the client connects to and seeing if that request came through. by submitting a silly uniquely identifiable hostname you can usually find something quickly by grepping logs.
On Thu, Sep 3, 2015 at 6:47 AM, Kayode Odeyemi <dreyemi(a)gmail.com> wrote:
Hi, --
Thank you, James Bayer
|
|
Mike Youngstrom <youngm@...>
I have disabled the timeout on the gorouter "-1" trusting our Front end
toggle quoted messageShow quoted text
load balancer to manage the timeout. That way I only need to worry about configuring timeout on one device in my proxy chain. That may simplify your problem. Is there any theoretical issues with that approach? It seems to have worked well for us. Mike
On Fri, Sep 4, 2015 at 6:49 AM, James Bayer <jbayer(a)pivotal.io> wrote:
i would trace through the various system component logs to see where the
|
|