#background-tasks

[ follow ]
fromLoopwerk
3 days ago

Django 6.0 Tasks: a framework without a worker

That approach worked but it was never ideal. Background tasks are not an edge case. They are a fundamental part of almost every non-trivial web application. Leaving this unavoidable slice entirely to third-party tooling meant that every serious Django project had to make its own choices, each with its own trade-offs, infrastructure requirements, and failure modes. It's one more thing that makes Django complex to deploy.
Web frameworks
Web frameworks
fromInfoQ
1 week ago

Django Releases Version 6.0 with Built-In Background Tasks and Native CSP Support

Django 6.0 adds a built-in background tasks framework, native CSP support, template partials, a modern email API, and updates Python compatibility to 3.12–3.14.
[ Load more ]