You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
568 B
JSON
36 lines
568 B
JSON
10 months ago
|
{
|
||
|
"ignorePatterns": [
|
||
|
{
|
||
|
"pattern": "^http://localhost"
|
||
|
},
|
||
|
{
|
||
|
"pattern": "^#"
|
||
|
},
|
||
|
{
|
||
|
"pattern": "^{"
|
||
|
},
|
||
|
{
|
||
|
"pattern": "^https://repo1.maven.org/maven2/org/apache/flink.*SNAPSHOT.*"
|
||
|
},
|
||
|
{
|
||
|
"pattern": "^https://mvnrepository.com"
|
||
|
},
|
||
|
{
|
||
|
"pattern": "^https://img.shields.io"
|
||
|
},
|
||
|
{
|
||
|
"pattern": "^https://twitter.com*"
|
||
|
}
|
||
|
],
|
||
|
"timeout": "30s",
|
||
|
"retryOn429": true,
|
||
|
"retryCount": 10,
|
||
|
"fallbackRetryDelay": "1000s",
|
||
|
"aliveStatusCodes": [
|
||
|
0,
|
||
|
200,
|
||
|
401,
|
||
|
403
|
||
|
]
|
||
|
}
|