awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
django-q2 avatar

django-q2/django-q2Fork

0
View on GitHub↗
616 stars·66 forks·Python·MIT·16 viewsdjango-q2.readthedocs.io↗

Django Q2

A multiprocessing distributed task queue for Django based on Django-Q

Features

  • Infrastructure and Tasks - Distributed task queue for background processing.
  • Task Queues - Multiprocessing distributed task queue.

Star history

Star history chart for django-q2/django-q2Star history chart for django-q2/django-q2

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Django Q2

These projects share indexed features with Django Q2. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • coleifer/hueycoleifer avatar

    coleifer/huey

    5,933View on GitHub↗

    .. image:: https://media.charlesleifer.com/blog/photos/huey3-logo.png

    Pythondankpythonqueue
    View on GitHub↗5,933
  • rq/django-rqrq avatar

    rq/django-rq

    1,948View on GitHub↗

    A simple app that provides django integration for RQ (Redis Queue)

    Pythonbackground-jobsdjangojob-queue
    View on GitHub↗1,948
  • roadrunner-server/roadrunnerroadrunner-server avatar

    roadrunner-server/roadrunner

    8,473View on GitHub↗

    RoadRunner is a high-performance application server and process manager designed to serve PHP applications using a persistent worker model. It eliminates bootload overhead and initialization time by keeping application processes alive between requests, acting as a protocol-agnostic proxy that routes traffic to a pool of supervised workers. The server is built with a plugin-based modular architecture, allowing it to be extended with custom Go plugins and compiled into tailored binaries. It distinguishes itself by providing a unified execution model for a wide array of communication protocols,

    Goapplication-servergolanghacktoberfest
    View on GitHub↗8,473
  • bogdanp/dramatiqBogdanp avatar

    Bogdanp/dramatiq

    5,136View on GitHub↗

    Dramatiq is a distributed task queue and workload manager used to offload function execution to background workers. It functions as an asynchronous task orchestrator that enables the distribution of computational tasks across a cluster using a pluggable transport layer supporting RabbitMQ and Redis. The framework provides specialized tools for complex task orchestration, including the ability to link background jobs into sequences, pipelines, and barriers. It further manages distributed concurrency through the use of shared mutexes, rate limiters, and exponential backoff retries to prevent re

    Pythondistributed-lockpythonrabbit
    View on GitHub↗5,136
Compare all 28 related projects→

Frequently asked questions

What does django-q2/django-q2 do?

A multiprocessing distributed task queue for Django based on Django-Q

What are the main features of django-q2/django-q2?

The main features of django-q2/django-q2 are: Infrastructure and Tasks, Task Queues.

Which projects share features with django-q2/django-q2?

Projects with overlapping indexed features include: coleifer/huey — .. image:: https://media.charlesleifer.com/blog/photos/huey3-logo.png. rq/django-rq — A simple app that provides django integration for RQ (Redis Queue). roadrunner-server/roadrunner — RoadRunner is a high-performance application server and process manager designed to serve PHP applications using a… bogdanp/dramatiq — Dramatiq is a distributed task queue and workload manager used to offload function execution to background workers. It… celery/django-celery-results — Celery result back end with django. celery/django-celery-beat — Celery Periodic Tasks backed by the Django ORM.