Re: [jetty-users] Separate thread pools on separate requests Hello

2020-04-14 Thread Greg Wilkins
Note also that you can use,modify or extend the QOSFilter (quality of service) filter and/or `LowResourceMonitor` to track simultaneous requests (thread), request rates, memory levels etc. You could then explicitly handle the healthcheck requests (before qos filter) and give a better answer if

Re: [jetty-users] Separate thread pools on separate requests Hello

2020-04-13 Thread Simone Bordet
Hi, On Mon, Apr 13, 2020 at 5:34 PM Stefano Bonetti wrote: > > Hello, > apologies if this is not the right group for such a request. > > I have a web app with a /healthcheck path which is used by the infrastructure > to detect failing applications. At present when my app is under high load the

[jetty-users] Separate thread pools on separate requests Hello

2020-04-13 Thread Stefano Bonetti
Hello, apologies if this is not the right group for such a request. I have a web app with a /healthcheck path which is used by the infrastructure to detect failing applications. At present when my app is under high load the healthcheck starts failing with 502s, so the infrastructure starts