awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Asynchronous Background Processors · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesAsynchronous Background Processors

Tools that offload time-consuming operations to background threads or processes to maintain application responsiveness.

Distinguishing note: Focuses on the asynchronous execution pattern for background tasks.

Explore 1 awesome GitHub repository matching software engineering & architecture · Asynchronous Background Processors. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Asynchronous Background Processors

Awesome Asynchronous Background Processors GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • celery/celery

    celery/celery

    28,115View on GitHub↗

    Celery is an asynchronous job processor and distributed task queue designed to offload time-consuming operations to background worker nodes. By utilizing a message-passing architecture, it decouples task producers from consumers, allowing applications to maintain responsiveness while scaling workloads across multiple isolated environments. The system functions as a distributed workload orchestrator that manages the lifecycle of deferred operations through persistent queues. It distinguishes itself by providing a pluggable transport abstraction, which allows the core task logic to remain indep

    Offloads time-consuming operations to background workers to keep user-facing applications responsive.

    Pythonamqppythonpython-library
    28,115View on GitHub↗