awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesDjango Task Queue Adapters

Adapters that allow Django applications to define and execute background tasks using a Huey-based consumer as the execution backend.

Distinct from Task Queues: Distinct from general Task Queues: focuses specifically on integrating Django's task declaration system with the Huey consumer, not on generic queue management.

Explore 2 awesome GitHub repositories matching devops & infrastructure · Django Task Queue Adapters. Refine with filters or upvote what's useful.

Awesome Django Task Queue Adapters GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • django/channelsAvatar de django

    django/channels

    6,352Ver en GitHub↗

    Channels is an extension for the Django web framework that adds native support for WebSockets, background tasks, and long-running connections alongside standard HTTP requests. It provides a channel layer abstraction for passing messages between different parts of a Django application across processes, along with a protocol router that inspects incoming connections and dispatches them to the correct handler for HTTP, WebSocket, or custom protocols. The project introduces an async consumer abstraction that wraps protocol-specific handling into a single callable, and a background worker pool tha

    Processes background tasks and long-poll HTTP requests in an asynchronous style within a Django project.

    Python
    Ver en GitHub↗6,352
  • coleifer/hueyAvatar de coleifer

    coleifer/huey

    5,933Ver en GitHub↗

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

    Provides a Django integration layer that runs background tasks using the Huey consumer.

    Pythondankpythonqueue
    Ver en GitHub↗5,933
  1. Home
  2. DevOps & Infrastructure
  3. Task Queues
  4. Django Task Queue Adapters

Explorar subetiquetas

  • Async Task ProcessorsProcesses background tasks and long-poll HTTP requests in an asynchronous style within a Django project. **Distinct from Django Task Queue Adapters:** Distinct from Django Task Queue Adapters: focuses on async processing within Django's own channel layer, not adapting to external queues like Huey.
  • Huey Backend ConfigurationsSettings for configuring the Huey task queue with various backends like Redis, SQLite, or filesystem. **Distinct from Django Task Queue Adapters:** Distinct from Django Task Queue Adapters: focuses on backend-specific configuration options for Huey, not on the adapter integration itself.