mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-02 20:28:03 +08:00
12fdd9bbd9
Use related path in our docs for imgs, previous can not use because website need the absolute path from root directory, and after we merged apache/dolphinscheduler-website#789 we have covert function to do that close: #9426
36 lines
727 B
JSON
36 lines
727 B
JSON
{
|
|
"ignorePatterns": [
|
|
{
|
|
"pattern": "^http://localhost"
|
|
},
|
|
{
|
|
"pattern": "^https://hive.apache.org"
|
|
},
|
|
{
|
|
"pattern": "^http://192"
|
|
},
|
|
{
|
|
"pattern": "^https://img.shields.io/badge"
|
|
}
|
|
],
|
|
"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"
|
|
}
|
|
],
|
|
"timeout": "10s",
|
|
"retryOn429": true,
|
|
"retryCount": 10,
|
|
"fallbackRetryDelay": "1000s",
|
|
"aliveStatusCodes": [
|
|
200,
|
|
401,
|
|
0
|
|
]
|
|
}
|