Releases: nullivex/infant
Releases · nullivex/infant
0.10.0
07 Oct 06:58
Compare
Sorry, something went wrong.
No results found
Upgraded dependencies
Working with node 4.x
Added a workaround to work with node 0.12.x +
Fixed an issue with sending messages to workers who are not listening
This version is no longer compatible with node 0.10
0.9.5
16 Sep 03:14
Compare
Sorry, something went wrong.
No results found
Bug fix to address using absolute paths on Windows and child resolution.
Added test against windows absolute paths
Bump dependencies
0.9.3
29 Dec 23:15
Compare
Sorry, something went wrong.
No results found
Added more verbosity to worker recycle
Changed logs to always reference the workers pid
Fixed bug where worker would try to send a request notification even if the master was already disconnected.
0.9.2
29 Dec 22:40
Compare
Sorry, something went wrong.
No results found
Added more verbosity to worker recycle
0.9.1
29 Dec 22:08
Compare
Sorry, something went wrong.
No results found
Fixed a bug where worker recycle wasnt properly using worker.disconnect() to ensure that all existing connections are handled properly.
Also fixes an issue where two or more workers would be restarted each time one is recycled.
0.9.0
18 Dec 02:04
Compare
Sorry, something went wrong.
No results found
Now passes construction options to Child.fork()
0.8.5
16 Dec 22:44
Compare
Sorry, something went wrong.
No results found
Fixed: Worker helper should output a usable error when an invalid server is passed
Fixed: Callback already called error
0.8.4
22 Oct 03:41
Compare
Sorry, something went wrong.
No results found
Cleaned up debug to no longer use oose labeling
0.8.3
11 Oct 01:45
Compare
Sorry, something went wrong.
No results found
Fixes #1 where complex errors wouldnt bubble upwards for child and cluster
Fixes bug with option handling in Child.fork()
Adds env to options in order to pass environment variables to any calls to
cluster.fork()
Adds respawn control to Cluster helper
0.8.2
07 Oct 05:21
Compare
Sorry, something went wrong.
No results found
Dependency for async was in devDependencies