mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
This commit is contained in:
commit
80aa6e0e77
|
@ -109,7 +109,7 @@ function isClusterReadyForBusiness () {
|
|||
const coordIds = getPeerCoordinatorIds();
|
||||
return parallelClusterRequests(function * () {
|
||||
for (const coordId of coordIds) {
|
||||
yield [coordId, 'GET', '/_api/foxx/_local/status'];
|
||||
yield [coordId, 'GET', '/_api/version'];
|
||||
}
|
||||
}()).every(response => response.statusCode === 200);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue