2 repositorios
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.
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.
.. image:: https://media.charlesleifer.com/blog/photos/huey3-logo.png
Provides a Django integration layer that runs background tasks using the Huey consumer.