{"library":"write-file-queue","type":"library","category":null,"description":"A writeFile queue for Node.js that retries writing to a file after errors, with configurable retries and wait time. Version 0.0.1 is a minimal package released under MIT license. It is designed for simple scenarios where file writes may intermittently fail (e.g., writing to a removable device). The queue delays writes by a specified waitTime and retries up to retries times. No dependencies, no TypeScript support, and no active maintenance since 2014.","language":"javascript","status":"abandoned","version":"0.0.1","tags":["javascript","write","file","queue","rewrite","reattempt","error"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install write-file-queue","imports":["var writeFile = require('write-file-queue')(options);","import createWriteFile from 'write-file-queue';\nconst writeFile = createWriteFile(options);","writeFile('/path', 'data', function(err) { /* handle err */ });"]},{"cmd":"yarn add write-file-queue","imports":[]},{"cmd":"pnpm add write-file-queue","imports":[]}],"homepage":"https://github.com/wankdanker/node-write-file-queue","github":"https://github.com/wankdanker/node-write-file-queue","docs":null,"changelog":null,"pypi":null,"npm":"write-file-queue","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}