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

Hold‑up is a tiny Node.js utility that wraps a function call in a promise‑based retry loop. It repeatedly invokes the supplied (async) function—optionally with arguments—at a configurable interval (default 1 s) for a set number of attempts (default 5), rejecting if all attempts fail and resolving on the first success, with optional logging. It’s aimed at developers who need simple, promise‑friendly retry and error‑handling logic for asynchronous operations.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of iocmd/hold-up

Account's avatar
iocmd/wait
promisified setTimeout
Account's avatar
coderaiser/try-to-catch
function try-catch wrapper for promises
Account's avatar
mysticatea/eslint-plugin-node
Additional ESLint's rules for Node.js
Account's avatar
coderaiser/putout
ESLint plugin for 🐊Putout
Account's avatar
coderaiser/madrun
CLI tool to run multiple npm-scripts in a madly comfortable way
Account's avatar
remy/nodemon
Simple monitor script for use during development of a Node.js app.
Account's avatar
istanbuljs/nyc
the Istanbul command line interface
Account's avatar
coderaiser/putout
🐊 Pluggable and configurable code transformer with built-in ESLint, Babel and support of js, jsx, typescript, flow, markdown, yaml and json
Account's avatar
coderaiser/supertape
📼 Supertape simplest high speed test runner with superpowers

Support the repos that depend on this repository

Top contributors

coderaiser's profile
coderaiser
54 contributions

Recent events

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

No events yet
iocmd

iocmd/hold-up

setInterval with promises, counter and error handling

JavaScript
2
0
MIT License