Django Tasks: Exploring the Built-in Tasks Framework (opens in new tab)
Explore Django Tasks, the new built-in framework in Django 6.0, and run background jobs with @task, named queues, and a lightweight alternative to Celery.
Read the original article