awesome-repositories.com
Blog
MCP
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
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

20 dépôts

Awesome GitHub RepositoriesAsynchronous Task Queuing

Background processing for high-latency operations.

Explore 20 awesome GitHub repositories matching devops & infrastructure · Asynchronous Task Queuing. Refine with filters or upvote what's useful.

Awesome Asynchronous Task Queuing 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.
  • digitalplatdev/freedomainAvatar de DigitalPlatDev

    DigitalPlatDev/FreeDomain

    179,955Voir sur GitHub↗

    FreeDomain is a centralized platform for managing the full lifecycle of domain names, providing services for free registration and web presence activation. It offers a unified administrative interface that allows users to secure digital identities across multiple top-level extensions and configure hosting environments through a guided setup process. The platform distinguishes itself through an API-driven orchestration layer that automates interactions with external registrars and simplifies complex infrastructure management by abstracting DNS configurations into standardized zone file updates

    Processes high-latency domain activation requests in the background to keep the interface responsive during external API operations.

    HTMLdigitalplatdomaindomain-platform
    Voir sur GitHub↗179,955
  • d2l-ai/d2l-enAvatar de d2l-ai

    d2l-ai/d2l-en

    29,001Voir sur GitHub↗

    This project is an educational platform and research toolkit designed to teach deep learning through a combination of mathematical theory, visual diagrams, and executable code. It provides a comprehensive environment for building, training, and evaluating neural networks, grounding complex concepts in interactive computational notebooks that allow for hands-on experimentation. The framework distinguishes itself by interleaving theoretical foundations—including linear algebra, calculus, and probability—with practical implementations across multiple industry-standard libraries. It supports flex

    Ensures system synchronization by waiting for queued backend operations to complete.

    Pythonbookcomputer-visiondata-science
    Voir sur GitHub↗29,001
  • prefecthq/fastmcpAvatar de PrefectHQ

    PrefectHQ/fastmcp

    22,994Voir sur GitHub↗

    FastMCP is a Python framework designed for building servers that expose functions, resources, and prompts to AI models using the Model Context Protocol. It simplifies the development process by automatically deriving tool metadata, input schemas, and documentation directly from Python function signatures and type hints. The framework provides a unified container for managing these components, allowing developers to build modular applications that integrate seamlessly with AI assistants. The project distinguishes itself through its support for interactive, server-defined user interface compone

    Runs blocking synchronous functions in a separate thread pool to prevent stalling the main event loop.

    Pythonagentsfastmcpllms
    Voir sur GitHub↗22,994
  • mihonapp/mihonAvatar de mihonapp

    mihonapp/mihon

    21,400Voir sur GitHub↗

    Mihon is a content aggregation client and manga reader application designed to manage digital comic libraries. It provides a centralized interface for organizing personal collections and tracking reading progress across various series. The application distinguishes itself through a modular architecture that supports dynamic extension loading, allowing users to integrate third-party content sources directly into the interface. It enables aggregated content discovery by executing concurrent searches across multiple providers, consolidating results into a unified view. Beyond basic reading, the

    Manages background network requests and synchronization jobs to prevent interface blocking during heavy data fetching.

    Kotlinandroidkotlinmanga
    Voir sur GitHub↗21,400
  • pydantic/pydantic-aiAvatar de pydantic

    pydantic/pydantic-ai

    17,791Voir sur GitHub↗

    PydanticAI is a Python framework designed for building production-grade autonomous agents. It provides a unified interface for interacting with diverse language models, enabling developers to construct agents that perform complex tasks through structured data validation, tool execution, and multi-turn conversation management. The library centers on type-safe schema enforcement, ensuring that model inputs and outputs remain consistent and reliable throughout the agent's lifecycle. The framework distinguishes itself through a robust architecture that emphasizes modularity and testability. It ut

    Runs synchronous tool functions and callbacks in dedicated threads to prevent blocking in long-running server environments.

    Pythonagent-frameworkgenaillm
    Voir sur GitHub↗17,791
  • noderedis/node-redisAvatar de NodeRedis

    NodeRedis/node-redis

    17,554Voir sur GitHub↗

    node-redis is a Node.js client and database driver for interacting with Redis key-value stores. It functions as a connection manager and data iterator, allowing applications to execute database commands and manage atomic transactions on a remote server using asynchronous JavaScript. The project provides specialized capabilities for handling large datasets through an asynchronous interface and supports connection pooling to isolate blocking operations. It includes support for client-side caching and token-based authentication via Entra ID. The driver covers a broad range of operational areas,

    Enables asynchronous task queuing and background job management using Redis as a message broker.

    TypeScript
    Voir sur GitHub↗17,554
  • simplifyjobs/new-grad-positionsAvatar de SimplifyJobs

    SimplifyJobs/New-Grad-Positions

    17,201Voir sur GitHub↗

    New-Grad-Positions is a centralized job aggregation platform designed to track and filter entry-level career opportunities for recent graduates across technical industries. The system functions as an automated career search tool, utilizing a relational database schema to organize job listings and user profiles for efficient querying. The platform distinguishes itself through integrated browser-based automation that populates online job application fields to reduce manual data entry. It further supports career search automation by monitoring new listings and triggering email alerts based on sp

    Distributes heavy scraping and form-filling operations across background workers to maintain system responsiveness.

    applicationscoderquadcollege
    Voir sur GitHub↗17,201
  • rayon-rs/rayonAvatar de rayon-rs

    rayon-rs/rayon

    13,071Voir sur GitHub↗

    Rayon is a data parallelism library for Rust that provides a framework for converting sequential computations into parallel operations. It enables the transformation of standard data structures and loops into parallel iterators, allowing workloads to be distributed across multiple processor cores. By utilizing a work-stealing scheduler, the library dynamically balances tasks to maximize throughput and minimize execution time. The library distinguishes itself through its focus on safe, scoped task synchronization, which ensures that all spawned operations complete before a scope exits to preve

    Ensures memory safety by guaranteeing all spawned parallel operations complete before the parent scope exits.

    Rust
    Voir sur GitHub↗13,071
  • talkgo/nightAvatar de talkgo

    talkgo/night

    12,298Voir sur GitHub↗

    Night is a developer community platform designed to facilitate peer-to-peer learning and technical knowledge management. It functions as a collaborative space where users can organize study groups, curate engineering resources, and host technical discussions to support ongoing professional development. The system operates as a relational database application that manages complex interactions between users, learning materials, and collaborative session metadata. It incorporates a role-based access control framework to enforce permissions and restrict administrative actions through token valida

    Offloads resource-intensive operations to background worker processes to maintain application responsiveness.

    Gobilibilibilibili-livedaily
    Voir sur GitHub↗12,298
  • coder/coderAvatar de coder

    coder/coder

    12,272Voir sur GitHub↗

    Coder is a self-hosted platform for provisioning and managing isolated, containerized development environments. It provides a centralized infrastructure for teams to deploy ephemeral workspaces on private cloud or on-premises hardware, ensuring consistent toolchains and dependencies across distributed development environments. The platform distinguishes itself through its focus on secure, infrastructure-as-code governance and autonomous agent integration. It allows organizations to define reusable, versioned environment templates that integrate with existing identity providers and role-based

    Queues follow-up instructions while an agent is actively processing to maintain workflow continuity.

    Goagentsdev-toolsdevelopment-environment
    Voir sur GitHub↗12,272
  • firebase/functions-samplesAvatar de firebase

    firebase/functions-samples

    12,238Voir sur GitHub↗

    This repository provides a comprehensive library of code examples for implementing event-driven, serverless backend architectures. It serves as a practical guide for building scalable cloud-native applications that execute logic in isolated environments, triggered by infrastructure events or HTTP requests rather than persistent server processes. The collection demonstrates how to leverage managed infrastructure to automate backend workflows, including the use of asynchronous task queuing to maintain system stability during high traffic. It highlights patterns for secure API hosting, enabling

    Offloads intensive operations to asynchronous queues to prevent request timeouts.

    JavaScriptfaasfaas-platformfirebase
    Voir sur GitHub↗12,238
  • bytebot-ai/bytebotAvatar de bytebot-ai

    bytebot-ai/bytebot

    10,413Voir sur GitHub↗

    Bytebot is an LLM desktop automation framework and virtual Linux desktop environment. It enables AI agents to plan and execute mouse and keyboard actions on a virtual computer using natural language, allowing for autonomous desktop automation and the integration of legacy systems that lack native APIs. The system operates as an LLM API gateway and a Model Context Protocol server, routing requests across multiple language model providers with integrated load balancing and rate limiting. It provides isolated, containerized environments where agents use visual reasoning to interpret screenshots

    Organizes and prioritizes asynchronous jobs with automatic recovery for failed actions.

    TypeScriptagentagentic-aiagents
    Voir sur GitHub↗10,413
  • vendurehq/vendureAvatar de vendurehq

    vendurehq/vendure

    7,924Voir sur GitHub↗

    Vendure is a Node.js e-commerce engine and headless commerce framework built with NestJS and TypeScript. It serves as a multi-channel commerce platform that manages product catalogs, orders, and customers via a strongly typed GraphQL API. The platform is distinguished by its highly extensible architecture, featuring a customizable administrative dashboard where developers can inject custom React components and entity views. It supports multi-channel commerce, allowing the isolation of products, currencies, and regional catalogs from a single unified backend. The engine covers a broad range o

    Processes data synchronization jobs in the background with reliability and automatic retry mechanisms.

    TypeScriptecommerceecommerce-apiecommerce-framework
    Voir sur GitHub↗7,924
  • dubzzz/fast-checkAvatar de dubzzz

    dubzzz/fast-check

    4,778Voir sur GitHub↗

    fast-check is a property-based testing framework and random data generator designed to verify software invariants by producing a wide range of randomized input data. It functions as a test data fuzzer that executes predicates against high volumes of random inputs to uncover edge cases and critical bugs. The project is distinguished by its ability to perform input-shrinking searches, which reduce complex failing inputs to their simplest form to isolate the exact cause of failure. It provides deterministic seed replay to exactly reproduce specific test failures and includes a concurrency testin

    Waits for specific task completions or idle states to synchronize asynchronous execution during tests.

    TypeScriptfakerfuzzinggenerative-testing
    Voir sur GitHub↗4,778
  • presenton/presentonAvatar de presenton

    presenton/presenton

    4,042Voir sur GitHub↗

    Presenton is an AI-powered presentation engine and API designed to transform natural language prompts, uploaded documents, and structured data into professional slide decks. It functions as a generation service that leverages large language models to automate the creation of outlines, slide content, and visual assets. The system is distinguished by its support for both cloud-based and self-hosted infrastructure, allowing for the integration of local language models and image generators to ensure data privacy. It implements a Model Context Protocol server, enabling external AI agents to trigge

    Implements background processing for high-latency presentation generation jobs.

    TypeScriptai-agentai-presentationapi
    Voir sur GitHub↗4,042
  • jina-ai/discoartAvatar de jina-ai

    jina-ai/discoart

    3,829Voir sur GitHub↗

    Discoart is a diffusion model orchestration framework and distributed GPU generation engine designed to automate and scale image generation workflows across hardware clusters. It functions as a generative AI model API, providing HTTP and gRPC endpoints to trigger and retrieve images from diffusion models as a network service. The system distinguishes itself through a comprehensive task management layer that includes timeline-based prompt and parameter scheduling. It manages the generative art lifecycle by supporting state-based session serialization for recovery, YAML-based configuration mana

    Implements a non-blocking queue system to decouple API requests from intensive GPU processing.

    Pythonclip-guided-diffusioncreative-aicreative-art
    Voir sur GitHub↗3,829
  • rag-web-ui/rag-web-uiAvatar de rag-web-ui

    rag-web-ui/rag-web-ui

    3,048Voir sur GitHub↗

    Ce projet est une plateforme basée sur le web conçue pour la génération augmentée par récupération, fournissant une interface conversationnelle qui connecte les modèles de langage à des collections de documents privés. Il fonctionne comme un système complet pour gérer les bases de connaissances d'entreprise, permettant aux utilisateurs d'interroger des documents internes et de recevoir des réponses contextuelles et vérifiées par la source via une interface de chat en langage naturel. La plateforme se distingue en intégrant la recherche sémantique basée sur les vecteurs avec une gestion modulaire de la base de connaissances, permettant l'ingestion, la segmentation et l'indexation des documents dans des embeddings interrogeables. Elle prend en charge des environnements sécurisés et multi-utilisateurs en implémentant une authentification et une autorisation basées sur la session pour protéger les informations sensibles. De plus, le système est conçu pour gérer des opérations de données à haut volume en déchargeant le traitement des documents vers des travailleurs d'arrière-plan asynchrones et en livrant les réponses du modèle via un streaming en temps réel pour maintenir la réactivité de l'interface. Au-delà de ses capacités conversationnelles de base, le framework inclut des utilitaires pour la maintenance de la base de données, tels que la sauvegarde et la restauration, et expose des fonctions de récupération de connaissances via des API standards pour l'intégration avec des applications externes. Le système est conçu pour prendre en charge à la fois les modèles de langage locaux et basés sur le cloud, offrant une architecture flexible pour déployer des outils d'intelligence documentaire privés.

    Offloads document ingestion and heavy processing to background workers to maintain interface responsiveness.

    TypeScriptaideepseeklangchain
    Voir sur GitHub↗3,048
  • volcengine/openvikingAvatar de volcengine

    volcengine/OpenViking

    2,993Voir sur GitHub↗

    OpenViking is a multi-tenant context server and knowledge base administration system designed to provide AI agents with persistent long-term memory. It enables the indexing of diverse documents and codebases to support retrieval-augmented generation, allowing agents to recall past interactions, user preferences, and learned experiences across sessions. The project is distinguished by its use of a URI-based virtual filesystem to organize memories, resources, and skills. It implements a tiered context loading system that balances retrieval precision with token budgets by structuring data into a

    Blocks execution until all asynchronous embedding and semantic generation tasks in the queue are completed.

    Pythonagentagentic-ragai-agents
    Voir sur GitHub↗2,993
  • paymenter/paymenterAvatar de Paymenter

    Paymenter/Paymenter

    1,769Voir sur GitHub↗

    Paymenter est une plateforme d'automatisation d'hébergement open-source conçue pour gérer le cycle de vie des services numériques et de l'infrastructure. Elle fournit un système centralisé pour les fournisseurs d'hébergement afin de gérer l'administration des comptes clients, la facturation récurrente des abonnements et le provisionnement automatisé d'instances de serveurs virtuels, dédiés et spécifiques aux jeux. La plateforme se distingue par une architecture modulaire qui prend en charge une personnalisation étendue et des intégrations tierces. En utilisant un système basé sur des plugins et des couches d'interface standardisées, elle permet aux fournisseurs d'adapter la logique métier principale et les flux de travail de gestion de l'infrastructure pour répondre à des exigences opérationnelles spécifiques sans modifier le code source sous-jacent. Au-delà de ses capacités principales de facturation et de provisionnement, le système inclut des outils pour le développement de vitrines, la génération de factures et la supervision administrative des services clients. Il intègre des contrôles d'accès basés sur les rôles et le traitement des tâches en arrière-plan pour maintenir des opérations sécurisées et réactives pour les environnements d'hébergement à haut volume.

    Processes asynchronous billing and provisioning tasks in the background to maintain system responsiveness.

    PHPecommercehostinglaravel
    Voir sur GitHub↗1,769
  • faveosuite/faveo-helpdeskAvatar de faveosuite

    faveosuite/faveo-helpdesk

    1,238Voir sur GitHub↗

    Faveo Helpdesk is an open-source, self-hosted customer support platform designed to centralize inquiries from multiple communication channels into a unified dashboard. Built on the Laravel framework, it provides a structured environment for teams to track, prioritize, and resolve support requests through automated routing and management workflows. The platform distinguishes itself through its focus on automated support orchestration and service operations management. It includes a conversational workflow builder that allows for the creation of automated chat sequences and intelligent routing

    Processes time-consuming operations asynchronously by pushing background jobs onto a queue for execution by separate worker processes.

    PHPcustomer-supporthelpdeskhelpdesk-ticketing
    Voir sur GitHub↗1,238
  1. Home
  2. DevOps & Infrastructure
  3. Infrastructure
  4. Networking
  5. Messaging Infrastructure Integrations
  6. Asynchronous Task Queuing

Explorer les sous-tags

  • Task Synchronization3 sous-tagsMechanisms for ensuring queued operations complete before proceeding with dependent computations. **Distinct from Asynchronous Task Queuing:** Distinct from general task queuing: focuses on the synchronization/blocking aspect specifically.