@byu-oit/nuxt-axios-backoff
Nuxt plugin that facilitates an axios retry backoff
Nuxt plugin that facilitates an axios retry backoff
Javascript utilities
Exponential backoff for failed Promises
Retry a promise-returning or async function
NestJS interceptor to retry endpoints with configurable backoff strategies.
Backoff strategies to use when retrying a function after a given delay.
Retry a promise-returning or async function
Common utility functions for NestJS applications, including a lightweight in-memory event queue for managing asynchronous tasks efficiently without requiring Redis or any external dependencies. It supports job retries with customizable attempts and backof
Gotocva Queue is a lightweight, in-memory event queue for Node.js that allows you to manage asynchronous tasks efficiently without requiring Redis or any external dependencies. It supports job retries with customizable attempts and backoff strategies, mak
Gotocva Queue is a lightweight, in-memory event queue for Node.js that allows you to manage asynchronous tasks efficiently without requiring Redis or any external dependencies. It supports job retries with customizable attempts and backoff strategies, mak
A tiny Promise-based retry utility with delay, backoff, and custom logic
Retry a promise-returning or async function
A utility that allows retrying a function with an exponential delay between attempts.
Retry a promise-returning or async function
Retry a promise-returning or async function
Javascript Library for Backoff/Retry Strategies with zero dependencies
Retries the given task a certain amount of times or until successful.
JS implementation of the exponential backoff algorithm.