An open API service indexing awesome lists of open source software.

https://github.com/mitoop/silent-try

Silent Try
https://github.com/mitoop/silent-try

Last synced: 5 months ago
JSON representation

Silent Try

Awesome Lists containing this project

README

          

# Silent Try

背景:**静默尝试** , 曾经有个项目要对外发出大量请求,但是这些请求由于业务原因本身就无法保证能顺利, 所以写了这个静默请求,失败了不抛出任何异常然后重试,达到重试次数就放弃。