write-file-queue

JSON →
library 0.0.1 ·javascript abandoned
verified Jun 7, 2026

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.