idoit
Featured embeddable tasks queue, backed with redis.
Featured embeddable tasks queue, backed with redis.
Javascript task queue without any timer (interval, setTimeout ..)
MongoDB connector for @jjavery/oddjob
Watch a folder for audio and video arrivals and convert them to Apple-friendly formats.
Promise based collective service wrapper with queue support for browsers and NodeJS
A multiple task queues implementation
Streamlined processing of tasks in a shared threadpool.
A job queue for Node.js applications
Asynchronous task queuing for Node.js
Promise based collective service wrapper with queue support for browsers and NodeJS
Say goodbye to the hassle of default async behaviors in JavaScript! timed-tasks.js introduces the Timeline class, liberating you from the complexities of managing delays. Easily organize tasks with precision, breaking free from the limitations of function
[N]ode.js [R]edis [Q]ueue. Work with CLI / required module / npx
task-pool 提供了任务池的功能,可控制任务的并发;即便于独立使用,又便于管理已有的任务业务
AMQP worker which listens to an input queue, validates the metadata of incoming messages, decrypts them and passes the decrypted message to a message handler function
Tools for Google Cloud Tasks
[N]ode.js [R]edis [Q]ueue. Work with CLI / required module / npx
Queue data structure
simple task queue for handling asynchronous operations
A task queue executes tasks sequentially or concurrently. Wrap an async/promise-returning/sync function as a queue-ready async function for easy reusing. Support passing arguments/getting return value, @synchronized/@concurrent decorator, Node.js/Browser.