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
For example, if you have 9 workers in 3 groups and all workers in first group are dead (they exceeded the limit of sequential deaths), then an application will stop to serve requests on the dead group port. Master process don't restructure the groups on workers death and don't emit any errors or events about the issue.
Options:
emit group dead event and log or throw en error if listener is not assigned to event
restructure workers groups until workers count is greater or equal to groups count and fail otherwise.
The text was updated successfully, but these errors were encountered:
kaero
changed the title
master process don't do anything if all warkers in the group are dead
master process don't do anything if all workers in the group are dead
Jan 5, 2015
For example, if you have 9 workers in 3 groups and all workers in first group are dead (they exceeded the limit of sequential deaths), then an application will stop to serve requests on the dead group port. Master process don't restructure the groups on workers death and don't emit any errors or events about the issue.
Options:
group dead
event and log or throw en error if listener is not assigned to eventThe text was updated successfully, but these errors were encountered: