{"library":"pipeline-queue","type":"library","category":null,"description":"A simple request or action queue that pipelines requests for long-running resources, batching callbacks to reduce load. Version 2.0.0 uses CommonJS. Unlike general-purpose queues (e.g., Bull or Bee-Queue), pipeline-queue focuses on deduplicating concurrent requests for the same resource key, ensuring the resource only handles one request at a time. Suitable for rate-limiting or caching expensive operations.","language":"javascript","status":"active","version":"2.0.0","tags":["javascript","cache","queue"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install pipeline-queue","imports":["const PipelineQueue = require('pipeline-queue');"]},{"cmd":"yarn add pipeline-queue","imports":[]},{"cmd":"pnpm add pipeline-queue","imports":[]}],"homepage":"https://github.com/scull7/request-queue#readme","github":"git://github.com/scull7/request-queue","docs":null,"changelog":null,"pypi":null,"npm":"pipeline-queue","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}