Re: Consider making asgi_rabbitmq an official Django project.

2017-06-14 Thread Artem Malyshev
I agree that making a separate technical team for channels will help organization process. I think that moving Daphne and asgiref will result in a really bad situation. Probably we will end up with unmaintained ASGI infrastructure. So Channels won't work either because the underlying layer of t

Re: Consider making asgi_rabbitmq an official Django project.

2017-06-14 Thread Andrew Godwin
The other channels projects are currently maintained by me and me alone (some people were initially helping but have since got busy with other things), which is an untenable position and one I am trying to seek help to fix but have not succeeded so far in doing so. This is one of the reasons I don

Re: Consider making asgi_rabbitmq an official Django project.

2017-06-14 Thread Tim Graham
>From my perspective, there's been little visibility into how things are going with the other channels related official projects. Who are the other maintainers there? I would present this question to those people (hopefully there are some others by now?) rather than to the Django maintainers whi

Re: Consider making asgi_rabbitmq an official Django project.

2017-06-13 Thread Andrew Godwin
Hi Artem, Thanks for adding the comments - it does look better. The thing I would like to have is more feedback from Django core about this; I've not heard anyone's opinion but mine, and I am not entirely sure if we should do this (I am also not entirely sure asgi_ipc should be a Django project so

Re: Consider making asgi_rabbitmq an official Django project.

2017-06-11 Thread Artem Malyshev
Hi Andrew, I'm very glad to hear it's considered useful. If you look at recent master you can see that I've added documentation and comments to the code. Exact commit https://github.com/proofit404/asgi_rabbitmq/commit/9add0b8fec10ff93f8a813838f4f8ad87fde7e1f Also, I found the second maintaine

Re: Consider making asgi_rabbitmq an official Django project.

2017-06-10 Thread Andrew Godwin
Hi Artem, I know we've discussed this privately but I want to put some things on the public list (and get at least one reply). My view is that it would be useful to have it maintained, but I do not personally have the spare time to help maintain it, so it would need at least one other person to h

Consider making asgi_rabbitmq an official Django project.

2017-06-08 Thread Artem Malyshev
Hi everyone, asgi_rabbitmq is Channels layer on top of RabbitMQ. It was originally developed as part of Mozilla funding program. I've complete few major milestones after this. Now it's used in few production systems. It implements the ASGI specification exactly and performs well. I want to

Consider making asgi_rabbitmq an official Django project.

2017-06-08 Thread Artem Malyshev
Hi everyone, asgi_rabbitmq is Channels layer on top of RabbitMQ. It was originally developed as part of Mozilla funding program. I've complete few major milestones after this. Now it's used in few production systems. It implements the ASGI specification exactly and performs well. I want to