You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because worker.kill() attempts to gracefully disconnect the worker process, it is susceptible to waiting indefinitely for the disconnect to complete. For example, if the worker enters an infinite loop, a graceful disconnect will never occur. If the graceful disconnect behavior is not needed, use worker.process.kill().
The text was updated successfully, but these errors were encountered:
JamesMGreene
changed the title
Graceful vs forceful killing strategy is backwards
Graceful vs forceful killing strategy seems backwards?
Mar 26, 2021
According to the Node.js docs on
worker.kill
:The text was updated successfully, but these errors were encountered: