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
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-
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([
3 matches
Mail list logo