logoalt Hacker News

vforgionetoday at 12:03 AM1 replyview on HN

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.


Replies

benatkintoday at 4:26 AM

This one? https://github.com/RealOrangeOne/django-tasks

That and the rq backend sound promising to me.