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

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

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

3 个仓库

Awesome GitHub RepositoriesBatch Dispatching

Mechanisms for sending multiple tasks to a queue in a single delivery to optimize throughput.

Distinct from Task Queues: Focuses on the bulk delivery of tasks rather than the logical grouping of queues.

Explore 3 awesome GitHub repositories matching devops & infrastructure · Batch Dispatching. Refine with filters or upvote what's useful.

Awesome Batch Dispatching GitHub Repositories

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

    graphql/dataloader

    13,380在 GitHub 上查看↗

    DataLoader is a utility that collects individual data loads into a single batch and caches results to minimize redundant backend requests. It operates on a batch-and-cache architecture, where multiple data lookups within a single execution frame are grouped together and dispatched as one request, with the results stored in memory for instant retrieval on subsequent calls. The utility distinguishes itself through several key capabilities. It supports per-key error handling, allowing partial failures within a batch without rejecting the entire operation. A cache priming mechanism lets developer

    Controls when batched loads are dispatched through custom schedulers for manual or delayed execution.

    JavaScriptbatchdataloadergraphql
    在 GitHub 上查看↗13,380
  • johnserf-seed/tiktokdownloadJohnserf-Seed 的头像

    Johnserf-Seed/TikTokDownload

    8,673在 GitHub 上查看↗

    TikTokDownload is a configurable batch video downloader for TikTok and Douyin that strips watermarks and supports automated downloads from user profiles, likes, and collections. It functions as a social media content archiving tool, enabling users to download videos and audio from these platforms for offline viewing or personal backup. The project distinguishes itself through a modular download pipeline that combines audio extraction, batch scheduling, config-driven workflows, cookie-based authentication, URL parsing, paginated API scraping, and watermark removal. It uses a settings file to c

    Implements a producer-consumer scheduler with rate limiting and retry logic for managing concurrent download tasks.

    Pythonapidouyinplugin
    在 GitHub 上查看↗8,673
  • roadrunner-server/roadrunnerroadrunner-server 的头像

    roadrunner-server/roadrunner

    8,473在 GitHub 上查看↗

    RoadRunner is a high-performance application server and process manager designed to serve PHP applications using a persistent worker model. It eliminates bootload overhead and initialization time by keeping application processes alive between requests, acting as a protocol-agnostic proxy that routes traffic to a pool of supervised workers. The server is built with a plugin-based modular architecture, allowing it to be extended with custom Go plugins and compiled into tailored binaries. It distinguishes itself by providing a unified execution model for a wide array of communication protocols,

    Increases throughput by sending multiple tasks to a queue in a single delivery.

    Goapplication-servergolanghacktoberfest
    在 GitHub 上查看↗8,473
  1. Home
  2. DevOps & Infrastructure
  3. Task Queues
  4. Batch Dispatching

探索子标签

  • Custom Batch Dispatch Schedulers1 个子标签Controlling when batched loads are dispatched through custom schedulers for manual or delayed execution. **Distinct from Batch Dispatching:** Distinct from Batch Dispatching: focuses on scheduling the dispatch of batched data loads rather than sending multiple tasks to a queue.