Repository navigation
work-queue
- Website
- Wikipedia
Tork is a lightweight, distributed workflow engine that runs tasks as simple scripts within Docker containers.
⏳ Durable step functions via Postgres.
auto-scaling worker pool (work queue) in Go, using generics
NodeJS library to work with FoundationDB
MutexGear Library Preview
Command-line task queue
A durable, simple, opinionated, transactional work queue offering many features of a messaging system.
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!
A simple PHP library for work-queue and job handling.
A queue persist on filesytem to save memory
A Redis adapter for WQ (https://github.com/mle86/php-wq)
A distributed work queue architecture using epoll
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.
An AMQP adapter for WQ (https://github.com/mle86/php-wq)
A Beanstalkd adapter for WQ (https://github.com/mle86/php-wq)
A simple message-based work queue processing system hosted in Kubernetes. It uses RabbitMQ as the queue store
A simple go worker that will not block a receive and will batch process the work queue.