Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add to Channels docs? #39

Open
carltongibson opened this issue Jun 27, 2021 · 2 comments
Open

Add to Channels docs? #39

carltongibson opened this issue Jun 27, 2021 · 2 comments

Comments

@carltongibson
Copy link

Hi @adamhooper 👋

We're about to release the first version of the Redis PubSub layer. I'm hoping that'll work out well, and it will become the default recommendation. But then, I'd also like to doc the RabbitMQ layer here as a More Serious™ option (if folks need that).

Would you be up for adding it to the Channels docs, at least to the community projects section, but arguably in the main layers pages too. (What it is and why you'd want it.)

Also, related, the PyPI page doesn't link back here, which would be handy I think.

Thanks

@adamhooper
Copy link
Contributor

Hi @carltongibson,

Thanks for the attention! I'd love to be added.

I examined the Redis PubSub layer code. It's much cleaner than the old one. You don't have group_expiry any more, which is a huge win. However, some users may run into problems because there are no client-side constraints like capacity, channel_capacity and expiry. One slow HTTP client can eat all the server's RAM by reading messages too slowly.

With that in mind, here's my blurb:

channels_rabbitmq is a RabbitMQ-based channel layer focused on reliability. Use it to keep your site online and gain peace of mind. It does not support Task Queues: instead, it coexists with Celery.

Is there anything more I can do to help?

@carltongibson
Copy link
Author

Hey @adamhooper — super — I'll add this to the docs this week (closing this issue in a PR) Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants