awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • django/channelsdjango 的头像

    django/channels

    6,352在 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
    在 GitHub 上查看↗6,352
  • coleifer/hueycoleifer 的头像

    coleifer/huey

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

探索子标签

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