{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/11"},{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/4"},{"label":"Distributed Computing","url":"https://skillfed.io/packages/category/system-distributed-computing/2"}],"enrichment":{"capability":"Django Q2 is a multiprocessing distributed task queue for Django that lets you offload work to background workers, schedule recurring tasks, and monitor job execution through Django Admin.","skillfed_tags":["task-queue","django-extension","job-scheduler"],"use_cases":["Offload long-running operations (file uploads, image processing, API calls) from web requests to background workers.","Schedule recurring tasks like daily reports, cache refreshes, or cleanup jobs using cron expressions or simple interval rules.","Implement task chains and result hooks to coordinate multi-step workflows where one task's output feeds into the next.","Monitor task execution and worker health through Django Admin or command-line tools without external monitoring services.","Scale task processing across multiple instances in a PaaS environment using a shared broker like Redis or SQS."],"what_it_does":"Django Q2 is a task queue and scheduler built for Django applications that need to run work asynchronously or on a schedule. It uses a multiprocessing worker pool to execute tasks in the background, freeing up your web requests to complete faster. You define tasks as function calls, queue them with async_task(), and the cluster executes them when workers are available. Results are stored in a database or cache, and you can attach hooks to run code when a task finishes.\n\nThe package supports multiple message brokers (Redis, IronMQ, SQS, MongoDB, or the Django ORM itself) so you can choose based on your infrastructure. It includes Django Admin integration for monitoring, a command-line monitor tool, and support for scheduled and cron-based recurring tasks. Django Q2 is a maintained fork of the original Django Q, with updated dependencies, support for Django 5.2 through 6.1, and Python 3.10 through 3.14.","worth_installing":"Yes. Django Q2 is actively maintained, has no known vulnerabilities, and offers a lightweight alternative to Celery for Django projects that need task queueing and scheduling. The low install friction, permissive MIT license, and support for modern Django and Python versions make it a solid choice. Install it if you need background task processing and prefer a simpler, Django-native solution over a separate message broker architecture."},"id":"django-q2","links":{"html":"https://skillfed.io/packages/django-q2","md":"https://skillfed.io/packages/django-q2.md","pypi":"https://pypi.org/project/django-q2/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-14","license_spdx":"MIT","license_treatment":"permissive","name":"django-q2","python_support":"supports_current","summary":"A multiprocessing distributed task queue for Django"},"popularity":{"monthly_downloads":571344,"position":5951,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.11.0"}
