Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Request Deduplicator

CI

Deduplicate in-flight requests automatically. Saves costs, prevents thundering herd.

const dedup = new RequestDeduplicator();
const result = await dedup.execute('user:123', () => fetchUser(123));
// Second call waits for first result, doesn't make new request

Solves: Duplicate API calls, cache stampedes, network waste. License: MIT

Sponsored by Ferrow


Part of the ferrow-toolkit collection · Sponsored by Ferrow

About

Deduplication layer for request handling to prevent duplicate processing

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages