Re: [Channels] Recommended quantity of workers

2017-05-03 Thread James Schneider
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

Re: [Channels] Recommended quantity of workers

2017-05-03 Thread Renato Oliveira
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

Re: [Channels] Recommended quantity of workers

2017-05-03 Thread Renato Oliveira
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

Re: [Channels] Recommended quantity of workers

2017-05-03 Thread Andrew Godwin
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

[Channels] Recommended quantity of workers

2017-05-03 Thread Renato Oliveira
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