On Thursday, 15 October 2015 16:28:46 UTC+2, Anuta wrote:
> The problem is that when the HTTP request target is slow or unavailable, worker processes become not responsive because of the blocking IO and don't handle the incoming client requests
You have to non-blocking ngx.tcp or say lya-resty-http. It is easy to replace your library to use those.