top | item 46211810

(no title)

jonatron | 2 months 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.

discuss

order

themerone|2 months ago

With that logic, the Django orm should only support one database.

tclancy|2 months ago

Why have a backend then?