Y
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
nerdbaggy
730 days ago
You should check out Huey next time. It is a lifesaver for us. Allows us to do the tasks via SQLite db
link
graemep
730 days ago
I use Huey too. Very simple and easy to manage. From a quick look the proposed tasks system seems similar to it.
link
geewee
730 days ago
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!
link