Re: Traffic priority with Unicorn

2019-12-18 Thread Bertrand Paquet
On Tue, 17 Dec 2019 at 06:12, Eric Wong wrote: > > Bertrand Paquet wrote: > > Hello, > > > > I would like to introduce some traffic priority in Unicorn. The goal > > is to keep critical endpoints online even if the application is > > slowing down a

Re: Traffic priority with Unicorn

2019-12-16 Thread Eric Wong
Bertrand Paquet wrote: > Hello, > > I would like to introduce some traffic priority in Unicorn. The goal > is to keep critical endpoints online even if the application is > slowing down a lot. > > The idea is to classify the request at nginx level (by vhost, http >

Traffic priority with Unicorn

2019-12-16 Thread Bertrand Paquet
Hello, I would like to introduce some traffic priority in Unicorn. The goal is to keep critical endpoints online even if the application is slowing down a lot. The idea is to classify the request at nginx level (by vhost, http path, header or whatever), and send the queries to two different