Re: Django channels worker loses some messages

2018-11-11 Thread Andrew Godwin
Are you using Channels 1 or Channels 2? And which channel layer are you using? Andrew On Sun, Nov 11, 2018 at 5:05 AM Parsa Banihashemi < parsa.banihash...@gmail.com> wrote: > Hi, > I have a simple sync consumer which receives websocket messages from the > client, and each time, It passes a mess

Django channels worker loses some messages

2018-11-11 Thread Parsa Banihashemi
Hi, I have a simple sync consumer which receives websocket messages from the client, and each time, It passes a message to a worker channel to process it. A LOT of the messages are just simply lost and not processed. I have a print ("sent") whenever a message is sent to the worker channel. I have