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

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

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

diamondio/better-queue

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

Better Queue

Better Queue for NodeJS

Features

  • Job Queues - Job queue for environments without Redis.
  • Task Queues - Simple and efficient job queue for non-Redis environments.

Star 历史

diamondio/better-queue 的 Star 历史图表diamondio/better-queue 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

Better Queue 的开源替代方案

相似的开源项目,按与 Better Queue 的功能重合度排序。
  • nodeca/idoitnodeca 的头像

    nodeca/idoit

    78在 GitHub 上查看↗

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

    JavaScript
    在 GitHub 上查看↗78
  • 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
查看 Better Queue 的所有 20 个替代方案→

常见问题解答

diamondio/better-queue 是做什么的?

Better Queue for NodeJS

diamondio/better-queue 的主要功能有哪些?

diamondio/better-queue 的主要功能包括:Job Queues, Task Queues。

diamondio/better-queue 有哪些开源替代品?

diamondio/better-queue 的开源替代品包括: 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. nodeca/idoit — Redis-backed task queue engine with advanced task control and eventual consistency. 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…