nsleta/exponential_backoff
Composer 安装命令:
composer require nsleta/exponential_backoff
包简介
README 文档
README
Installation
composer require nsleta/exponential_backoff
Usage
$retry = new ExponentialBackoff\Retry(); $retry->setInterval(3000); // optional, default interval is 2000 $retry->setMaxAttempts(2); // optional, default max attempts is 3 $result = $retry->call(function() { return 'done'; }, [RuntimeException::class]);
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-11-11