Re: The "worker process is shutting down" is running all the time, How should I do?

2017-11-10 Thread Vis Lee
>resolver) { continue; } ngx_log_debug1(NGX_LOG_DEBUG_CORE, ev->log, 0, "*%uA shutdown timeout", c[i].number); c[i].close = 1; c[i].error = 1; c[i].read->handler(c[i].read); } } ``` 2017-11-10 17:08 GMT+08

The "worker process is shutting down" is running all the time, How should I do?

2017-11-10 Thread Vis Lee
Hi, The nginx is http proxy. when I use upgrade websocket and send heartbeat per 5s(client_body_timeout 6s;) the directives "worker_shutdown_timeout" is invalid, the "worker process is shutting down" produced by nginx -s reload is running all the time. How should I do? Regards, leevis