fork of https://github.com/sourcegraph/zoekt
1{
2 "$schema": "./json_schemas/ServiceConfig.json",
3 "methodConfig": [
4 {
5 "name": [
6 {
7 "service": "configuration_service.v1.IndexedSearchConfigurationService"
8 }
9 ],
10
11 "retryPolicy": {
12 "maxAttempts": 4,
13 "initialBackoff": "1s",
14 "maxBackoff": "30s",
15 "backoffMultiplier": 2,
16 "retryableStatusCodes": [
17 "UNAVAILABLE",
18 "ABORTED"
19 ]
20 }
21 }
22 ]
23}