3 ms·
I’ve been using the django-tasks library in production for about a year. The database backend and simple interface have been great. It definitely isn’t intended
by vforgione 10mo ago
I’ve been using the django-tasks library in production for about a year. The database backend and simple interface have been great. It definitely isn’t intended to replace all of celery, but for a simple task queue that doesn’t require additional infrastructure it works quite well.
- benatkin 10mo agoThis one? https://github.com/RealOrangeOne/django-tasks https://github.com/RealOrangeOne/django-tasks That and the rq backend sound promising to me.
- halfcat 10mo agoYes, the RealOrangeOne repo was the working repo before it got merged into Django. It’s the same thing the article is talking about.
- benatkin 10mo agoHas it been merged into the GitHub repo? I wasn't aware of that and I don't see it here: https://github.com/django/django/tree/main/django/tasks/backends https://github.com/django/django/tree/main/django/tasks/back...