Bee-Queue

A simple, fast, robust job/task queue for Node.js, backed by Redis. (by bee-queue)

Bee-Queue Alternatives

Similar projects and alternatives to Bee-Queue

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better Bee-Queue alternative or higher similarity.

Bee-Queue reviews and mentions

Posts with mentions or reviews of Bee-Queue. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-11.
  • Node.js backend architecture question
    2 projects | /r/node | 11 Mar 2023
    You could use a Redis based job system like https://github.com/bee-queue/bee-queue for maintenance and email. The jobs could be populated by the API service, some cron scripts, and whatever else, while you'd have dedicated worker processes (written in Node.js?) pulling the jobs and running them.
  • Building a task queue, Part 1
    4 projects | dev.to | 1 Nov 2022
    The Node.js libraries BullMQ and Bee Queue are also infrastructure and interface. However, you typically have to use their interface.
  • Scaling synchronous microservices
    1 project | /r/softwarearchitecture | 2 Jun 2022
    I'm a fan of bee-queue for this when working in Node, but it's just a wrapper around reliable queue patterns in Redis; you might want to investigate how it works (the readme is quite good) for your own use case, or find an equivalent for your environment. The key is it's designed for short tasks (seconds long, not minutes or hours), and you can receive a result back from the task unlike some fire-and-forget queueing solutions.
  • [Question] API routes and worker_threads
    1 project | /r/node | 10 Mar 2022
    I'd also consider something like bee-queue, which would enable you to scale across processes or even across multiple server machines.
  • NodeJS recommended job queue/message queue??
    4 projects | /r/node | 9 Dec 2021
    For NodeJS, there are BullMQ(successor of Bull), Bull and Bee Queue
  • [AskJS] How do you do JS on the backend?
    7 projects | /r/javascript | 6 Jul 2021
    bee-queue for offloading tasks onto non-web-server machines
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 23 Apr 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Stats

Basic Bee-Queue repo stats
6
3,610
8.6
9 days ago

Sponsored
Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com