SonarJS icon indicating copy to clipboard operation
SonarJS copied to clipboard

Eslint-bridge process should monitor java process

Open saberduck opened this issue 2 years ago • 0 comments

In SonarLint context it can happen that parent java process (which starts eslint-bridge Node.js process) dies unexpectetly. Currently eslint-bridge process keeps running as a zombie process. We should implement heartbeat mechanism and if client doesn't issue a request after certain timeout eslint-bridge process should terminate itself gracefully.

saberduck avatar May 06 '22 17:05 saberduck