1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Source: node-retry
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>,
Paolo Greppi <paolo.greppi@libpf.com>
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
, dh-nodejs
, node-tape <!nocheck>
, ava <!nocheck>
, node-tap <!nocheck>
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/js-team/node-retry
Vcs-Git: https://salsa.debian.org/js-team/node-retry.git
Homepage: https://github.com/tim-kos/node-retry
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no
Package: node-retry
Architecture: all
Depends: ${misc:Depends}
Provides: ${nodejs:Provides}
Multi-Arch: foreign
Description: Retry strategies for failed operations module for Node.js
node-retry abstracts exponential and custom retry strategies for failed
operations. Its parameters are the number of retries, exponential
factor, minimum and maximum (randomized) timeouts.
.
This also include the node-async-retry module for async context.
.
Node.js is an event-based server-side javascript engine.
|