все параметры
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ Источник: ruby-retryable  ]

Пакет: ruby-retryable (3.0.5-1)

Ссылки для ruby-retryable

Screenshot

Ресурсы Debian:

Исходный код ruby-retryable:

Сопровождающие:

Внешние ресурсы:

Подобные пакеты:

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.

Загрузка ruby-retryable

Загрузить для всех доступных архитектур
Архитектура Размер пакета В установленном виде Файлы
all 10,0 Кб31,0 Кб [список файлов]