毅力:使您的功能具有弹性并能够快速应对故障或延迟 源码
发挥作用 :flexed_biceps: 有弹性和 :horizontal_traffic_light: 快速失败 :pile_of_poo: 失败或 :watch: 延误 将速率限制,重试和断路器行为添加到您的功能中。 特征 限度 :raised_hand: 执行率符合第三方API限制 :check_mark_button: 重试 :pile_of_poo: 在临时,意外的系统中执行失败,并且 :collision: 网络故障 :check_mark_button: 使用断路器 :horizontal_traffic_light: 快速失败,直到可以安全重试 :check_mark_b
用户评论