There is lots of excitement about the new Django Tasks Framework coming in Django 6, but will there be any way to use it for background tasks when it launches? I can see that for the initial release it only includes the Immediate and Dummy backends, but neither of these can be used for background tasks (as far as I can tell?)
I’ve read Jake’s blog post and the Django docs, but I can’t quite figure out the initial use-case for this.
(please don’t take this negatively or as criticism - I’m stoked to see the progress!)