Projects with this topic
Sort by:
-
proxq - The honey badger of HTTP proxies. Takes your request, throws it in a Redis-backed job queue, and deals with it when it damn well pleases. You get a job ID back instantly — come back later to pick up the goods.
Updated -
Express-Queued is an asynchronous queue system for Express.js, supporting multiple queues with configurable concurrency, priorities, retries, and fallback logic. It enables heavy tasks like image processing, email sending, or payment handling to run in the background without blocking server responses, with native Express middleware and customizable hooks.
Updated -
A class to facilitate queuing and running generic jobs in node.js
Updated