Re: Wait for backend

2018-07-02 Thread duda
That is very sad. IMHO waiting for backend is a very simple feature, it can be implemented on nodejs or in Golang in couple lines. I am surprised that nginx does not support that. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,280293,280377#msg-280377

Re: Wait for backend

2018-07-02 Thread Richard Stanway
One way to do this may be to block the port with a firewall rule during reload. This way nginx will have to wait for the connect timeout (and hopefully retry) rather than failing immediately after receiving a RST from the closed port. On Thu, Jun 28, 2018 at 2:15 PM duda wrote: > *That is > > Po