Hacker News new | ask | show | jobs
by cl42 192 days ago
> Background Tasks.

Amazing. If this means no more management of Celery workers, then I am so happy! So nice to have this directly built _into_ Django, especially for very simple task scheduling.

3 comments

You will have to keep Celery for the foreseeable future. The current implementation is just a stub which provides a unified interface for some future backends.
Background tasks production backend is unfortunately the battery that is not included.

Meanwhile, Huey works just fine: https://huey.readthedocs.io/en/latest/django.html

I remember huey! Glad to see leifer is still maintaining it. I liked it way back when it first came out, was a breathe of fresh air compared to celery
Try RQ.