You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
727 B
35 lines
727 B
{ |
|
"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 |
|
] |
|
}
|
|
|