12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "ignorePatterns": [
- {
- "pattern": "^http://localhost"
- },
- {
- "pattern": "^https://img.shields.io/badge"
- },
- {
- "pattern": "/community/community.html$"
- }
- ],
- "replacementPatterns": [
- {
- "pattern": "^/en-us/download/download.html$",
- "replacement": "https://dolphinscheduler.apache.org/en-us/download/download.html"
- },
- {
- "pattern": "^/zh-cn/download/download.html$",
- "replacement": "https://dolphinscheduler.apache.org/zh-cn/download/download.html"
- }
- ],
- "httpHeaders": [
- {
- "urls": ["https://docs.github.com/"],
- "headers": {
- "Accept-Encoding": "zstd, br, gzip, deflate"
- }
- }
- ],
- "timeout": "10s",
- "retryOn429": true,
- "retryCount": 10,
- "fallbackRetryDelay": "1000s",
- "aliveStatusCodes": [
- 200,
- 401,
- 0
- ]
- }
|