Пакет python3-module-backoff: Информация
Исходный пакет: python3-module-backoff
Версия: 2.2.1-alt1
Собран: 19 января 2025 г. 6:05
Категория: Разработка/Python 3
Сообщить об ошибке в пакетеДомашняя страница: https://pypi.org/project/backoff
Лицензия: MIT
О пакете: Python library providing function decorators for configurable backoff and retry
Описание:
This module provides function decorators which can be used to wrap a function such that it will be retried until some condition is met. It is meant to be of use when accessing unreliable resources with the potential for intermittent failures i.e. network resources and external APIs. Somewhat more generally, it may also be of use for dynamically polling resources for externally generated content.
Сопровождающий: Alexander Makeenkov