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.
Asynchronous task queuing for Node.js
A job queue for Node.js applications
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
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.
[N]ode.js [R]edis [Q]ueue. Work with CLI / required module / npx
Queue data structure
Queue is a class that manages the tasks in the queue. It emits events when tasks are added or removed.
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
Common utility functions for NestJS applications, including a lightweight in-memory event queue for managing asynchronous tasks efficiently without requiring Redis or any external dependencies. It supports job retries with customizable attempts and backof