minio/cmd/config
Krishna Srinivas 7d19ab9f62
readiness returns error quickly if any of the set is down (#9662)
This PR adds a new configuration parameter which allows readiness
check to respond within 10secs, this can be reduced to a lower value
if necessary using 

```
mc admin config set api ready_deadline=5s
```

 or

```
export MINIO_API_READY_DEADLINE=5s
```
2020-05-23 17:38:39 -07:00
..
api readiness returns error quickly if any of the set is down (#9662) 2020-05-23 17:38:39 -07:00
cache Add cache eviction low and high watermarks (#8958) 2020-02-23 19:03:39 +05:30
compress Final changes to config sub-system (#8600) 2019-12-04 15:32:37 -08:00
etcd enable full linter across the codebase (#9620) 2020-05-18 09:59:45 -07:00
identity enable full linter across the codebase (#9620) 2020-05-18 09:59:45 -07:00
notify enable full linter across the codebase (#9620) 2020-05-18 09:59:45 -07:00
policy/opa Add new admin API to return Accounting Usage (#8689) 2020-02-04 18:20:39 -08:00
storageclass Final changes to config sub-system (#8600) 2019-12-04 15:32:37 -08:00
bool-flag.go Migrate config to KV data format (#8392) 2019-10-22 22:59:13 -07:00
bool-flag_test.go Migrate config to KV data format (#8392) 2019-10-22 22:59:13 -07:00
certs.go Load certs even if they are symlinks (#8494) 2019-11-08 11:59:20 +05:30
certs_test.go Move etcd, logger, crypto into their own packages (#8366) 2019-10-08 11:17:56 +05:30
certsinfo.go print proper certinfo on console when starting up (#9479) 2020-04-30 16:15:29 -07:00
config.go readiness returns error quickly if any of the set is down (#9662) 2020-05-23 17:38:39 -07:00
config_test.go Add target parsing code for config (#9375) 2020-04-16 17:43:14 -07:00
constants.go readiness returns error quickly if any of the set is down (#9662) 2020-05-23 17:38:39 -07:00
errors-utils.go re-implement data usage crawler to be more efficient (#9075) 2020-03-18 16:19:29 -07:00
errors.go add option for O_SYNC writes for standalone FS backend (#9581) 2020-05-12 19:24:59 -07:00
help.go Final changes to config sub-system (#8600) 2019-12-04 15:32:37 -08:00
legacy.go Final changes to config sub-system (#8600) 2019-12-04 15:32:37 -08:00