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
4 points
This is great news. I had no idea it was being worked on.
2 points
Nice that it will actually include a production grade runner! This makes deploying django easier. One cron job/ systemd timer less to worry about.
2 points
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?