worker-queue
There are 47 repositories under worker-queue topic.
Automattic/kue
Kue is a priority job queue backed by redis, built for node.js.
bee-queue/bee-queue
A simple, fast, robust job/task queue for Node.js, backed by Redis.
joowani/kq
Kafka-based Job Queue for Python
actumn/celery.node
Celery task queue client/worker for nodejs
yoomoney/db-queue
Worker-queue implementation on top of Java and database
DumbMachine/nq
Cancellable, Efficient and Reliable Distributed Task Queue in Go
changhuixu/rabbitmq-labs
The source code for my RabbitMQ tutorials.
mugli/orkid-node
Reliable and modern Redis Streams based task queue for Node.js 🤖
conveyor-mq/conveyor-mq
A fast, robust and extensible distributed task/job queue for Node.js, powered by Redis.
atayahmet/storage-based-queue
Javascript queue library with persistent storage based queue mechanism for the browsers environments. Specially designed for offline.
jczic/MicroWorkers
A micro workers class that easily manages a pool of threads to optimise simultaneous jobs and jobs endings, for MicroPython (used on Pycom modules & ESP32)
Joker666/cogman
Simple, efficient background processing for Golang backed by RabbitMQ and Redis
zaiste/blezer
:confetti_ball: :battery: Simple background job/task processing queue for Node.js (>= 7.6) using `cluster` & separate Node processes.
calebboyd/redis-x-stream
An AsyncIterable interface for reading redis streams
KnisterPeter/queue-ts
A promise based worker queue with limited concurrency
martianboy/peanar
A job queue for Node.js based on RabbitMQ
bnkamalesh/routinepool
A minimalistic Go package to setup a worker pool which accepts functions of signature `fn()` [not maintained]
aloknerurkar/task-runner
Async task runner in go
iflamed/mfworker
A memory and file based task worker for Golang. Queue jobs only for single process application.
michaelbironneau/queue
Golang worker queues backed by a cloud service such as Azure Service Bus.
almic/nque
Simple job queue and worker processing for Node.js with Redis
cookiemonsterproject/cookie-monster
A flexible worker pool that aims to fit all possible use-cases.
ivanvs/pidginmq
PidginMQ is a job queu and task scheduling library for Node.js and JavaScript, built on PostgreSQL.
khauser/MQJsonRPCWorker
Exemplary ansynchronous client-server communication layer through JsonRPC on a RabbitMQ Worker implementation
MiguelCastillo/workit
JavaScript utility for managing child processes in node
nextorigin/el-borracho-ui
Realtime Web UI for Bull job queue that pulls from El Borracho REST+SSE API
stardogventures/dropwizard-worker
Simple asynchronous processing for Dropwizard, using SQS
bobbrady/promise-job-queue
A concurrency limited job queue utilizing ES6 promises.
Captain-ALM/CALM-Worker-Pump
Allows for processing and instruction execution to be performed on a different thread to the main winforms thread.
Ghoti-io/Pool
Pool is a C++ worker queue thread pool, implemented as an installable library on Linux.
Kiosked/handlr
Job queue and handler for NodeJS
nextorigin/el-borracho
Express 4 router containing a REST and SSE API for Bull job queues
rulyotano/example-queue-workers
Sample project to create a message queue to process long running tasks
woeye/elixir-rabbitmq-python-test
Proof of concept code for using Elixir as a multiplexer for Python based workers
xxl4tomxu98/django_redis_celery
Django web server using Celery server to handle asynchronous tasks by using Redis as a message Broker