[ bianca ]
[ Paquet source : ruby-retryable ]
Paquet : ruby-retryable (3.0.5-1)
Liens pour ruby-retryable
Télécharger le paquet source ruby-retryable :
- [ruby-retryable_3.0.5-1.debian.tar.xz]
- [ruby-retryable_3.0.5-1.dsc]
- [ruby-retryable_3.0.5.orig.tar.gz]
Responsables :
Ressources externes :
- Page d'accueil [github.com]
Paquets similaires :
module that allows one to retry a code block
Runs a code block, and retries it when an exception occurs. It's great when working with flakey webservices (for example).
It's configured using four optional parameters :tries, :on, :sleep, :matching, :ensure, :exception_cb and runs the passed block. Should an exception occur, it'll retry for (n-1) times.
Should the number of retries be reached without success, the last exception will be raised.
Télécharger ruby-retryable
| Architecture | Taille du paquet | Espace occupé une fois installé | Fichiers |
|---|---|---|---|
| all | 10,0 ko | 31,0 ko | [liste des fichiers] |