Found 80 repositories(showing 30)
MathieuTurcotte
Fibonacci and exponential backoff for Node.js
jergason
Node module to upload to s3 with automatic retries and exponential backoff
jcrugzz
A more intuitive node-retry which behaves more like async.retry. Utilizes Backo under the hood for backoff.
uttammane1
A robust backend service built with Node.js, Express, and MongoDB to ensure reliable email delivery. Features include retry logic with exponential backoff, provider fallback, idempotency, rate limiting, and detailed status tracking. Designed for efficiency and resilience in handling email
ueberBrot
MongoDB-backed job scheduler for Node.js with atomic locking, retries (exponential backoff), cron scheduling, and event-driven observability.
samuelg
Eventually call a function based on an exponential backoff
richthegeek
Generic backoff-suitable algorithms
This project investigates the intricacies of backoff mechanisms and their impact on contention window size within CSMA/CA networks. The goal is to analyze how different backoff algorithms influence network performance, particularly in scenarios with high contention or hidden nodes.
nikhilnkataria
Reliable webhook delivery service with retry logic, exponential backoff, DLQ, and delivery tracking. Built with Node.js, BullMQ, and PostgreSQL. Ideal for backend systems needing robust async communication.
yangyin5127
Simple backoff in node.js
pixtron
Backoff failing async requests
nassiharel
Fibonacci, exponential and fixed backoffs for Node.js.
xdumaine
like backoff, but for web, instead of node, and updated.
sirachuchTT31
Node.JS
selentia
Zero-runtime-deps async retry engine with backoff, full jitter, and Retry-After support (Node + Browser).
saisanthoshbussa
CSMA/CA Protocol Simulation: A C++ program modeling node communication in a wireless network, showcasing collision avoidance and backoff mechanisms.
ShauryaManiTripathi
A production-ready, fault-tolerant email-sending microservice for Node.js. Implements enterprise-grade resilience patterns like circuit breakers, retries with exponential backoff, and provider fallbacks to guarantee email delivery.
krishnactive
queuectl is a lightweight, production-style background job processing system built using Node.js. It provides a CLI to enqueue jobs, start workers, manage retries with exponential backoff, and handle permanently failed jobs through a Dead Letter Queue (DLQ).
RayBlazeShawn
HDWalletHub is a Bitcoin wallet synchronization service built with Node.js and TypeScript. It uses a custom task queue and worker system to asynchronously fetch wallet balances and transaction data from BlockCypher's Bitcoin testnet API. The system incorporates retry logic with exponential backoff for handling rate limits and network issues.
todjwer13
No description available
pabagan
No description available
saikrishnatechno
Testing Exponential Backoff using node js.
npmdoc
No description available
npmtest
No description available
birkestroem
No description available
BlackCurtains
Built with NodeJs
absants
No description available
ldf-Overwatch
No description available
fyodordev
Node module for simple rate limiting and backoff function implementation
codeactual
Call a node.js generator with backoff and other customization