DEP-0014: https://github.com/django/deps/blob/main/accepted/0014-background-workers.rst Reference implementation: https://github.com/RealOrangeOne/django-tasks Author: https://mastodon.theorangeone.net/@jake
[Accepted] Django Enhancement Proposal 14: Background Workers
https://www.djangoproject.com/weblog/2024/may/29/django-enhancement-proposal-14-background-workers/
4 Comments
makingStuffForFun@lemmy.ml · 4 pts · 2y
This is great news. I had no idea it was being worked on.
callcc@lemmy.world · 2 pts · 2y
Nice that it will actually include a production grade runner! This makes deploying django easier. One cron job/ systemd timer less to worry about.
__init__@programming.dev · 2 pts · 2y
This is interesting. I also had no idea they were working on this. It says it doesn’t aim to replace RQ or celery. I wonder if packages like django-rq will become more of just a backend for this tasks api?
jnovinger@programming.dev · 1 pts · 2y
That's the way I read the proposal, which I definitely like.