georgexsh
georgexsh
## 问题描述 (Description) 引述官方说明 > 什么是冗灾?异地灾备的重要性? > 当光缆被挖断、机房出现异常,或因不可抗拒原因(如地质灾害)等造成正常路径上业务不可用,通过备份路径和措施来保证业务继续正常进行。 [完整官方通告 ](https://pay.weixin.qq.com/wiki/doc/api/micropay_sl.php?chapter=23_6&index=4) 我们的一个备选方案是,在`WeChatPay`上封装一下,覆盖`_request`方法,实现容灾逻辑。 具体做法是,先用`api.mch`发起请求,在遇到`ConnectionError`等传输层问题时,换到`api2.mch`,如果仍然有错误,交给更上层。 在上游提出来,看看有没有更好的方式,同时希望未来上游能把容灾逻辑一起提供。
I cannt found documention of the `show_env` parameter from [https://httpbin.org/](https://httpbin.org/). despite the default behavior of httpbin is very odd, it hides many HTTP headers which are very important to some...
It would be nice if `lab mr list --source-branch` functional, as the underlaying lib already supports it: https://github.com/xanzy/go-gitlab/blob/a29d3198a23aaf87a23e45f1bd5c83fb8fe90367/merge_requests.go#L274 ref: - discussion on Gitlab https://gitlab.com/gitlab-org/gitlab/-/issues/213177