Reliable Queue
TypeScriptJavaScriptReactNPMTask queueRetry logicBrowser APIs
Reliable Queue (@aplanka/reliable-queue) is a production-oriented task queue for JavaScript and TypeScript: guaranteed execution paths, automatic retries (fixed delay, exponential / capped backoff), real-time status and event-driven updates, concurrency and priority scheduling, delayed tasks, optional persistence (tasks survive refresh), generic TypeScript APIs, and React hooks for queue-powered UIs.
Good for — uploads with retry, email/API pipelines, background jobs, sync jobs, and any async work where silent failures are unacceptable.
Stack & distribution — Published on npm; zero runtime dependencies; full TypeScript. Marketing site and docs live at the demo link below.
License — MIT © Pasindu Lanka.