You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2017/11/27 15:32:29 UTC

[GitHub] houshengbo commented on issue #3010: Adapt timeouts of controller and nginx.

houshengbo commented on issue #3010: Adapt timeouts of controller and nginx.
URL: https://github.com/apache/incubator-openwhisk/pull/3010#issuecomment-347218285
 
 
   @cbickel 
   Have you got a wrong statement:
   ```
   If the nginx proxy_read_timeout is higher than the controller timeout, this can result in issues with long requests.
   ```
   
   I think it should be:
   ```
   If the nginx proxy_read_timeout is lower than the controller timeout, this can result in issues with long requests.
   ```
   
   Based on your change,  proxy_read_timeout becomes 75s, and idle-timeout becomes 70s, lower than 75s.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services