Ensure that waitForAll functions catch and log thrown errors

This commit is contained in:
Scott Nonnenberg 2022-04-11 10:53:57 -07:00 committed by GitHub
parent 45fcf827dd
commit 9e54f55c22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 36 additions and 5 deletions

View file

@ -673,6 +673,8 @@ function keysFromBytes(keys: Array<string>, data: any) {
// Top-level calls
async function shutdown() {
log.info('Client.shutdown');
// Stop accepting new SQL jobs, flush outstanding queue
await _shutdown();