Hacker News new | ask | show | jobs
by jonatron 198 days ago
I'm of the opinion that django task apps should only support a single backend. For example, django-rq for redis only. There's too many differences in backends to make a good app that can handle multiple. That said, I've only used celery in production before, and I'm willing to change my mind.
2 comments

With that logic, the Django orm should only support one database.
Why have a backend then?