./devel/p5-Algorithm-Backoff, Various backoff strategies for retry

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.010nb1, Package name: p5-Algorithm-Backoff-0.010nb1, Maintainer: pkgsrc-users

This distribution provides several classes that implement various
backoff strategies for setting delay between retry attempts:

- Algorithm::Backoff::Constant
- Algorithm::Backoff::Exponential
- Algorithm::Backoff::Fibonacci
- Algorithm::Backoff::LILD
- Algorithm::Backoff::LIMD
- Algorithm::Backoff::MILD
- Algorithm::Backoff::MIMD


Master sites:

Filesize: 24.329 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-16 13:08:07 by Thomas Klausner | Files touched by this commit (2504)
Log message:
*: recursive bump for perl 5.40
   2024-07-29 14:32:38 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 0.010

Upstream changes:
0.010   2024-02-24  Released-By: PERLANCAR; Urgency: low
        - No functional changes.
        - [doc] Tweak descriptions.
        - Fix a unit test (GH#3).
   2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483)
Log message:
*: recursive bump for perl 5.38
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36
   2021-12-06 13:43:50 by Amitai Schleier | Files touched by this commit (3)
Log message:
Add p5-Algorithm-Backoff, several classes that implement various backoff
strategies for setting delay between retry attempts:

- Algorithm::Backoff::Constant
- Algorithm::Backoff::Exponential
- Algorithm::Backoff::Fibonacci
- Algorithm::Backoff::LILD
- Algorithm::Backoff::LIMD
- Algorithm::Backoff::MILD
- Algorithm::Backoff::MIMD