https://github.com/mitoop/silent-try
Silent Try
https://github.com/mitoop/silent-try
Last synced: 5 months ago
JSON representation
Silent Try
- Host: GitHub
- URL: https://github.com/mitoop/silent-try
- Owner: mitoop
- Created: 2020-06-01T12:39:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-28T16:16:25.000Z (about 5 years ago)
- Last Synced: 2025-07-08T08:51:50.211Z (12 months ago)
- Language: PHP
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Silent Try
背景:**静默尝试** , 曾经有个项目要对外发出大量请求,但是这些请求由于业务原因本身就无法保证能顺利, 所以写了这个静默请求,失败了不抛出任何异常然后重试,达到重试次数就放弃。