13 lines
312 B
JSON
13 lines
312 B
JSON
{
|
|
"timeout": "10s",
|
|
"retryCount": 2,
|
|
"retryOn429": true,
|
|
"aliveStatusCodes": [200, 206, 429],
|
|
"ignorePatterns": [
|
|
{ "pattern": "^https://github.com/obra/" },
|
|
{ "pattern": "^https://github.com/anthropics/" },
|
|
{ "pattern": "^https://localhost" },
|
|
{ "pattern": "^http://localhost" }
|
|
]
|
|
}
|