django - News feed using Celery and RabbitMQ -


i developing news feed backend multiple applications. idea user can subscribe multiple groups , receive posts groups subscribed via push.
i thinking of: on creating new post have create_post_task(content) goes celery feed queue, celery workers can consume it. not sure should afterwards deliver posts clients, dynamically create new rabbitmq queue each group, , route posts respective queue, subscribed clients pushed posts queues? if so, how do after task consumed? having lot of rabbitmq/celery queues problem? suggestions on effective solution valuable.


Comments

Popular posts from this blog

C# random value from dictionary and tuple -

cgi - How do I interpret URLs without extension as files rather than missing directories in nginx? -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -