Is there any recommendation on how many `runworker` processes should we run
on production?
There is no real guideline to provide. The "correct" number is a function
of hardware, traffic, and the amount of processing needed to fulfill
requests. That number may change over time as the app is furthe
Thanks Andrews!
Also thanks for your hard work on channels! Awesome piece of software.
Renato Oliveira
Co-founder & Software Engineer
+55 81 987855061
www.labcodes.com.br
On Wed, May 3, 2017 at 5:06 PM, Andrew Godwin wrote:
> The number you need depends on the kind of site you have and
Andrew*
Renato Oliveira
Co-founder & Software Engineer
+55 81 987855061
www.labcodes.com.br
On Wed, May 3, 2017 at 5:09 PM, Renato Oliveira <
renatooliveira@gmail.com> wrote:
> Thanks Andrews!
>
> Also thanks for your hard work on channels! Awesome piece of software.
>
>
>
>
>
> Renato
The number you need depends on the kind of site you have and the type of
traffic - much like "how many WSGI servers should I run?" there is no right
answer. You'll need to look at how different numbers of workers affect your
median response times and number of timeouts and adjust appropriately.
Th
Hi
Is there any recommendation on how many `runworker` processes should we run
on production?
I'm having many 403 responses on frontend and ChannelFull on backend. Saw
here on the mailing list that adding new workers might help. Indeed it
helped, tested already with 10 for now, but would like to
5 matches
Mail list logo