[Accepted] Django Enhancement Proposal 14: Background Workers
[Accepted] Django Enhancement Proposal 14: Background Workers
Posted by Benjamin Balder Bach, Cory Zue, Carlton Gibson on May 29, 2024
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
This is great news. I had no idea it was being worked on.
4 0 ReplyNice that it will actually include a production grade runner! This makes deploying django easier. One cron job/ systemd timer less to worry about.
2 0 ReplyThis 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?
2 0 ReplyThat's the way I read the proposal, which I definitely like.
1 0 Reply