awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • django/channelsAvatar de django

    django/channels

    6,352Voir sur 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
    Voir sur GitHub↗6,352
  • coleifer/hueyAvatar de coleifer

    coleifer/huey

    5,933Voir sur 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
    Voir sur GitHub↗5,933
  1. Home
  2. DevOps & Infrastructure
  3. Task Queues
  4. Django Task Queue Adapters

Explorer les sous-tags

  • 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.