Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

The `throttled-queue` library helps manage the rate of executing arbitrary code, making it ideal for controlling API request frequency to avoid hitting rate limits. It works by queuing up all executions and processing them at a specified maximum rate, ensuring no executions are dropped. The library supports various configurations, including evenly spaced executions, dynamic rate limits, and retry mechanisms for handling errors like rate limits.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of shaunpersad/throttled-queue

Account's avatar
typescript-eslint/typescript-eslint
TypeScript plugin for ESLint
Account's avatar
typescript-eslint/typescript-eslint
An ESLint custom parser which leverages TypeScript ESTree
Account's avatar
iamturns/eslint-config-airbnb-typescript
Airbnb's ESLint config with TypeScript support
Account's avatar
import-js/eslint-plugin-import
Import with sanity.
Account's avatar
alexgrozav/mjscjs
Transform typescript output to .mjs and .cjs compatible code. One codebase to rule them all.
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development
Account's avatar
vitest-dev/vitest
Next generation testing framework powered by Vite

Support the repos that depend on this repository

Top contributors

shaunpersad's profile
shaunpersad
46 contributions
faltakam's profile
faltakam
1 contributions
IObert's profile
IObert
1 contributions
dependabot[bot]'s profile
dependabot[bot]
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
shaunpersad

shaunpersad/throttled-queue

Throttles arbitrary code to execute a maximum number of times per interval. Best for making throttled API requests.

TypeScript
123
23
MIT License