mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-02 20:28:03 +08:00
1f7f900e78
* [Fix][Doc] Replace the links. * [Fix][Doc] Revised `.dlc.json` * [Fix] Fix the dead link.
40 lines
870 B
JSON
40 lines
870 B
JSON
{
|
|
"ignorePatterns": [
|
|
{
|
|
"pattern": "^http://localhost"
|
|
},
|
|
{
|
|
"pattern": "^https://img.shields.io/badge"
|
|
},
|
|
{
|
|
"pattern": "/community/community.html$"
|
|
},
|
|
{
|
|
"pattern": "^https://dolphinscheduler.apache.org"
|
|
}
|
|
],
|
|
"replacementPatterns": [
|
|
{
|
|
"pattern": "^/en-us/download/download.html$",
|
|
"replacement": "https://dolphinscheduler.apache.org/en-us/download"
|
|
},
|
|
{
|
|
"pattern": "^/zh-cn/download/download.html$",
|
|
"replacement": "https://dolphinscheduler.apache.org/zh-cn/download"
|
|
}
|
|
],
|
|
"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]
|
|
}
|