ignore invocation of worker process if already running
authorJustin Wind <justin.wind+git@gmail.com>
Mon, 16 Aug 2021 18:38:48 +0000 (11:38 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Mon, 16 Aug 2021 18:40:13 +0000 (11:40 -0700)
commitfe3a4d96d559edcc30c2047109cd7b027e6258eb
tree606815a6787a14823e6d197e8fdb6fb414041c1e
parent6fd633b452ab3baed459d78b7ec29848bceea4ee
ignore invocation of worker process if already running

also catch any errors thrown when invoking by admin api
CHANGELOG.md
src/manager.js
src/worker.js
test/src/manager.js
test/src/worker.js