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

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

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

nodeca/idoit

0
View on GitHub↗
78 星标·10 分支·JavaScript·MIT·4 次浏览

Idoit

Redis-backed task queue engine with advanced task control and eventual consistency

Features

  • Job Queues - Redis-backed job queue with advanced control.
  • Task Queues - Redis-backed job queue with advanced control.

Star 历史

nodeca/idoit 的 Star 历史图表nodeca/idoit 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

nodeca/idoit 是做什么的?

Redis-backed task queue engine with advanced task control and eventual consistency

nodeca/idoit 的主要功能有哪些?

nodeca/idoit 的主要功能包括:Job Queues, Task Queues。

nodeca/idoit 有哪些开源替代品?

nodeca/idoit 的开源替代品包括: optimalbits/bull — Bull is a Node.js library for managing distributed jobs and message queues using Redis as the primary data store. It… smrchy/rsmq — Redis Simple Message Queue. diamondio/better-queue — Better Queue for NodeJS. bee-queue/bee-queue — Bee-queue is a Node.js background processing system that uses Redis for job queueing and persistence. It is designed… bbc/sqs-consumer — Build Amazon Simple Queue Service (SQS) based applications without the boilerplate. taskforcesh/bullmq — BullMQ is a Redis-backed message queue library and background processor designed for distributed task queueing. It…

Idoit 的开源替代方案

相似的开源项目,按与 Idoit 的功能重合度排序。
  • diamondio/better-queuediamondio 的头像

    diamondio/better-queue

    549在 GitHub 上查看↗

    Better Queue for NodeJS

    JavaScript
    在 GitHub 上查看↗549
  • bbc/sqs-consumerbbc 的头像

    bbc/sqs-consumer

    1,905在 GitHub 上查看↗

    Build Amazon Simple Queue Service (SQS) based applications without the boilerplate

    TypeScriptaws-sqsbackendignorearchive
    在 GitHub 上查看↗1,905
  • bee-queue/bee-queuebee-queue 的头像

    bee-queue/bee-queue

    4,032在 GitHub 上查看↗

    Bee-queue is a Node.js background processing system that uses Redis for job queueing and persistence. It is designed to offload heavy tasks from the main execution thread to background workers to maintain application responsiveness. The project provides distributed job processing, allowing worker nodes to run across multiple processes to handle large volumes of tasks concurrently. It ensures reliable task execution through automatic retries and the recovery of stalled processes. Its capability surface covers asynchronous task scheduling for delayed jobs, concurrency control for worker nodes,

    JavaScriptbee-queuejob-queuejob-scheduler
    在 GitHub 上查看↗4,032
  • optimalbits/bullOptimalBits 的头像

    OptimalBits/bull

    16,243在 GitHub 上查看↗

    Bull is a Node.js library for managing distributed jobs and message queues using Redis as the primary data store. It functions as a distributed task worker, job scheduler, and priority queue manager designed to handle asynchronous workloads across multiple processes. The project distinguishes itself by providing a persistent communication channel that decouples servers through the exchange of serializable data objects. It ensures distributed system reliability by detecting stalled tasks and recovering from process crashes to ensure every queued job is completed. The system covers a broad ran

    JavaScriptjobjob-queuemessage
    在 GitHub 上查看↗16,243
查看 Idoit 的所有 20 个替代方案→