Hacker News new | ask | show | jobs
by geewee 730 days ago
Django getting background tasks built-in is going to be really nice. It sucked having to manage celery or similar alongside it.
1 comments

You should check out Huey next time. It is a lifesaver for us. Allows us to do the tasks via SQLite db
I use Huey too. Very simple and easy to manage. From a quick look the proposed tasks system seems similar to it.
Yeah that looks really promising. Haven't done Django as my daily driver for a few years now, and I don't recall stumbling upon it back then!