Django Enhancement Proposal 14: Background Workers(djangoproject.com)
djangoproject.com
Django Enhancement Proposal 14: Background Workers
https://www.djangoproject.com/weblog/2024/may/29/django-enhancement-proposal-14-background-workers/
3 comments
Speaking as the author, I completely agree. The DEP provides both a shared API for existing libraries, but also the foundations for native background workers in Django - and it's going to be great!
https://github.com/realOrangeOne/django-tasks
https://github.com/realOrangeOne/django-tasks
I've been using Huey for this, works fine enough. But I'd welcome a good out of the box solution.
I also wish that Django would provide native scaffolding a la Laravel and Rails.