Releases: zisismaras/pipeproc
Releases · zisismaras/pipeproc
v0.4.1
v0.4.0
- Fix log iteration
v0.3.4
- Add Node 12 LTS support
- Update dependencies
- Type fixes
v0.3.3
release v0.3.3
v0.3.2
- type fixes
- force exit worker on restart
v0.3.0
- add TCP and TLS support
- improve worker polling and execution strategy
- add the
workerConcurrency
option - the main process and worker processes are now being monitored and auto-restarted on failure
- add the
workerRestartAfter
option - fixes
v0.2.4
reset proc reclaims after a successful ack
v0.2.3
fix process hanging on shutdown
v0.2.2
- use an alternative IPC library for communication
- fix gc options
v0.2.1
- test under latest node LTS
- linting and type fixes
- reduce max backoff time to 3s