{"library":"atomic-queue","type":"library","category":null,"description":"A crash-friendly queue for Node.js that persists queue state to disk and can safely restart after a crash. Uses a worker pool with configurable concurrency. Version 5.0.4 is the latest stable release; maintenance is infrequent. Key differentiators: zero external dependencies beyond core Node modules (LevelDB fork removed after v4), simple stream-based API, and automatic persistence of queue state. Compared to alternatives like Bull or Kue, it is minimal, with no Redis dependency. Primarily used in server-side applications requiring durable job processing without a dedicated message broker.","language":"javascript","status":"active","version":"5.0.4","tags":["javascript","leveldb","levelup"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install atomic-queue","imports":["import queue from 'atomic-queue'","const queue = require('atomic-queue')","import queue from 'atomic-queue'"]},{"cmd":"yarn add atomic-queue","imports":[]},{"cmd":"pnpm add atomic-queue","imports":[]}],"homepage":"https://github.com/maxogden/atomic-queue","github":"https://github.com/maxogden/atomic-queue","docs":null,"changelog":null,"pypi":null,"npm":"atomic-queue","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}