You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/07/16 06:05:37 UTC

[GitHub] [incubator-apisix] Miss-you opened a new issue #1853: bug: The recommended value for worker_shutdown_timeout is 240 seconds.

Miss-you opened a new issue #1853:
URL: https://github.com/apache/incubator-apisix/issues/1853


   ### Issue description
   
   current
   ```
     worker_shutdown_timeout: 3s     # timeout for a graceful shutdown of worker processes
   ```
   https://github.com/apache/incubator-apisix/blob/master/conf/config.yaml#L104
   
   recommendation
   ```
     worker_shutdown_timeout: 240s     # timeout for a graceful shutdown of worker processes
   ```
   
   reasons:
   1. 3 seconds is too short, once a graceful restart will quickly disconnect the long connection
   2. The default value for nginx ingress is 240 seconds.
   
   ### Environment
   
   * apisix version (cmd: `apisix version`):
   * OS:
   
   ### Minimal test code / Steps to reproduce the issue
   1.
   2.
   3.
   
   ### What's the actual result? (including assertion message & call stack if applicable)
   
   
   
   ### What's the expected result?
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



[GitHub] [incubator-apisix] moonming commented on issue #1853: bug: The recommended value for worker_shutdown_timeout is 240 seconds.

Posted by GitBox <gi...@apache.org>.
moonming commented on issue #1853:
URL: https://github.com/apache/incubator-apisix/issues/1853#issuecomment-660750050


   @Miss-you agreed , welcome PR


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



[GitHub] [incubator-apisix] shuaijinchao commented on issue #1853: bug: The recommended value for worker_shutdown_timeout is 240 seconds.

Posted by GitBox <gi...@apache.org>.
shuaijinchao commented on issue #1853:
URL: https://github.com/apache/incubator-apisix/issues/1853#issuecomment-665153889


   the problem has been fixed, I will close this issue.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



[GitHub] [incubator-apisix] shuaijinchao closed issue #1853: bug: The recommended value for worker_shutdown_timeout is 240 seconds.

Posted by GitBox <gi...@apache.org>.
shuaijinchao closed issue #1853:
URL: https://github.com/apache/incubator-apisix/issues/1853


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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