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
This approach doesn't quite work since not all workers may be dead when the primary process disconnects. You actually need to effectively wait for workers to exit before exiting the primary process. I spawned a library based on throng that I was using for my own application development for a while that handles this case -- https://www.npmjs.com/package/thart?activeTab=readme
Currently we're waiting for the grace timeout regardless of the workers terminating.
Something like this:
The text was updated successfully, but these errors were encountered: