work-queue
There are 20 repositories under work-queue topic.
runabol/tork
Tork is a lightweight, distributed workflow engine that runs tasks as simple scripts within Docker containers.
maxcountryman/underway
⏳ Durable step functions via Postgres.
cmitsakis/workerpool-go
auto-scaling worker pool (work queue) in Go, using generics
openland/foundationdb
NodeJS library to work with FoundationDB
oleh-derevenko/mutexgear
MutexGear Library Preview
echlebek/lasr
In-process message queue
Soft/process-queue
Command-line task queue
masilver99/AgQueue
A durable, simple, opinionated, transactional work queue offering many features of a messaging system.
keyneom/on-email
Use email as an async durable work-queue/backend for your static website or w/e else you want. It's like a trigger for a serverless function but even more serverless than the cloud providers can offer!
mle86/php-wq
A simple PHP library for work-queue and job handling.
dotnet-demos/simple-message-queue-k8s-rabbitmq
A simple message-based work queue processing system hosted in Kubernetes. It uses RabbitMQ as the queue store
Priyabug/Efficient-Data-Transfer-with-RDMA-Memory-Registration-and-Request-Handling
This project explores efficient data transfer mechanisms using RDMA, focusing on memory registration, request handling, and performance optimizations.Here we can see the demonstration of how RDMA improves network efficiency by bypassing the operating system kernel and offloading data movement to the network interface card.
fengkx/disk-queue
A queue persist on filesytem to save memory
karitham/wq
work queue
landonia/gowo
A simple go worker that will not block a receive and will batch process the work queue.
mle86/php-wq-amqp
An AMQP adapter for WQ (https://github.com/mle86/php-wq)
mle86/php-wq-beanstalkd
A Beanstalkd adapter for WQ (https://github.com/mle86/php-wq)
mle86/php-wq-redis
A Redis adapter for WQ (https://github.com/mle86/php-wq)
mpraski/epoll-work-queue
A distributed work queue architecture using epoll