stubborn:可配置的函数结果处理程序,具有针对故障的持久性

时间:2024-07-26 10:50:14
【文件属性】:

文件名称:stubborn:可配置的函数结果处理程序,具有针对故障的持久性

文件大小:19KB

文件格式:ZIP

更新时间:2024-07-26 10:50:14

php retry-strategies PHP

固执的 可配置的调用处理程序,对失败是持久的。 在构建、测试和依赖。 对似乎随机失败的不可靠 API 感到沮丧? 使用 Stubborn 可确保您不会在代码中最脆弱和最未知的地方不受保护。 Stubborn 提供了处理各种外部 API 调用所需的所有必要工具: -结果处理 -重试处理(立即/延迟) -异常捕获 -退避处理 例子: $ id = $ _RESULT [ 'user_id' ]; // $result will contain either the result from each attempt, or the exception // each attempt threw $ result = Stubborn :: build () // Use the Stubborn Result Handler to drive your call retries


【文件预览】:
stubborn-master
----.gitignore(249B)
----.travis.yml(79B)
----LICENSE(11KB)
----composer.json(560B)
----composer.lock(24KB)
----README.md(3KB)
----tests()
--------StubbornTest.php(10KB)
----lib()
--------Exceptions()
--------Stubborn.php(14KB)
--------Events()
--------EventHandler.php(3KB)

网友评论