{"library":"throttle-queue","type":"library","category":null,"description":"throttle-queue 0.1.0 is a promise-based priority queue for Node.js and browser environments that offers task deduplication, concurrency control, serial execution, and job aging to prevent starvation. It supports async/await patterns and allows setting a custom executor function. Version 0.1.0 is the initial release; the package is no longer actively maintained. Key differentiators: built-in deduplication via job IDs, aging mechanism, and priority levels (low, medium, high).","language":"javascript","status":"maintenance","version":"0.1.0","tags":["javascript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install throttle-queue","imports":["const Queue = require('throttle-queue');","const queue = new Queue({ concurrency: 2 }); queue.setExecutor(async (params) => { ... });","queue.process(params, id, { priority: Queue.priority.HIGH });"]},{"cmd":"yarn add throttle-queue","imports":[]},{"cmd":"pnpm add throttle-queue","imports":[]}],"homepage":"https://github.com/pastelsky/throttle-queue#readme","github":"https://github.com/pastelsky/throttle-queue","docs":null,"changelog":null,"pypi":null,"npm":"throttle-queue","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}