celery.node
celery.node copied to clipboard
Add backends
- [x] amqp
- [x] Redis
- [ ] RPC
- [ ] memcached
- [ ] Elasticsearch
- [ ] Apache Cassandra
- [ ] MongoDB
Great project. I am in the process of researching on how to use this project as part of my overall pipeline. Our API is running off of Nodejs. Workers are running on python. Redis is our queue. MongoDB is our result backend for various reasons. Would love to see if MongoDB could be a part of this roadmap. I am also keen on submitting a PR for this.