Skip to content

Commit d3876bc

Browse files
committed
feat: Add retry strategy and update documentation links
1 parent e4a66ac commit d3876bc

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
strategy:
1111
matrix: # 会分开成两个任务分别执行
1212
os: [ubuntu-latest, macos-latest, windows-latest]
13+
fail-fast: false # 一个系统失败不终止其他系统的任务
14+
retries:
15+
max_attempts: 3 # 每个失败的任务重试3次
1316
runs-on: ${{ matrix.os }}
1417
steps:
1518
- name: Checkout code #这部分是为了从github自动clone代码

README.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
![](https://chenxuanweb.top/cppnet/cppnet.png)
55
## Author
66
- **chenxuan**
7-
> ![](http://cdn.androidftp.top/pic/chenxuanweb/dog.png)
7+
> ![](http://cdn.androidftp.top/test/2025101017224732pasteboard.paste)
88
## Repository Address
99
- [github](https://github.com/chenxuan520/cppnet)
1010
- [gitee](https://gitee.com/chenxuan520/cppnet)
1111
## Official Website
12-
- [chenxuanweb.top/cppnet/index.html](https://chenxuanweb.top/cppnet/index.html)
12+
- [chenxuanweb.top/cppnet](https://www.chenxuanweb.top/cppnet)
1313
## Docs
1414
- [cppnet online docs](https://chenxuan520.github.io/cppnet/)
1515
## Advantages

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
![](https://chenxuanweb.top/cppnet/cppnet.png)
66
## Author
77
- **chenxuan**
8-
> ![](http://cdn.androidftp.top/pic/chenxuanweb/dog.png)
8+
> ![](http://cdn.androidftp.top/test/2025101017224732pasteboard.paste)
99
## 仓库地址
1010
- [github](https://github.com/chenxuan520/cppnet)
1111
- [gitee](https://gitee.com/chenxuan520/cppnet)
1212
## 官网
13-
- [chenxuanweb.top/cppnet/index.html](https://chenxuanweb.top/cppnet/index.html)
13+
- [chenxuanweb.top/cppnet](https://www.chenxuanweb.top/cppnet)
1414
## Docs
1515
- [cppnet 在线文档地址](https://chenxuan520.github.io/cppnet/)
1616
## 优势
@@ -437,3 +437,4 @@ cppnet
437437
- [x] 完善多线程
438438
- [x] 添加压力测试
439439
- [x] 提升trie
440+
- [ ] 添加常用中间件(限流,统计),完善日志

0 commit comments

Comments
 (0)