Re: Django Channels also works when I have no Worker running.

2018-04-17 Thread Christopher Wittlinger
I think I misunderstood the concept of the workers. I thought that all Requests (HTTP and Websocket) are delegated to some sort of consumers which is run in a Worker. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this gro

Re: Django Channels also works when I have no Worker running.

2018-04-17 Thread Christopher Wittlinger
When I am logging from within the consumers it is logged from my web process and not the worker process. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-

Django Channels also works when I have no Worker running.

2018-04-17 Thread Christopher Wittlinger
I am using Django Channels already quite a while (v2) and I just noticed that when I disable all my workers, that the consumers still work. I am using the channels_redis.core.RedisChannelLayer and my Routing looks like that: application = ProtocolTypeRouter({ "websocket": URLRouter([