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
With node 4.2+ (likely earlier 4.x too) all bedrock processes have an exiting problem.
api.exit() called.
Worker disconnect() called.
Cluster exit event handler gets event for same worker id but worker.suicide is false. According to https://nodejs.org/api/cluster.html it seems like it should be true.
Process prints critical error saying it got code 0.
Process exists with code 1.
The text was updated successfully, but these errors were encountered:
With node 4.2+ (likely earlier 4.x too) all bedrock processes have an exiting problem.
api.exit()
called.disconnect()
called.exit
event handler gets event for same worker id butworker.suicide
isfalse
. According to https://nodejs.org/api/cluster.html it seems like it should betrue
.0
.1
.The text was updated successfully, but these errors were encountered: