node-forky
node-forky copied to clipboard
Forky manages your cluster module stuff for you so you don't have to pull your hair out.
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.17.3. Release notes Sourced from express's releases. 4.17.3 deps: accepts@~1.3.8 deps: mime-types@~2.1.34 deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps:...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge`: avoid a crash with a null target and a truthy...
Bumps [async](https://github.com/caolan/async) from 3.1.1 to 3.2.2. Changelog Sourced from async's changelog. v3.2.2 Fix potential prototype pollution exploit v3.2.1 Use queueMicrotask if available to the environment (#1761) Minor perf improvement in...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.11.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
Hi @brianc, Forky is great — we've been using it for two years now. Thank you! One question: a couple of times now, we've accidentally shipped a bug where we...
Forky makes it difficult to operate graceful shutdowns in environments such as Heroku that blast all processes with SIGTERM on shutdown. Forky has a flag `shuttingDown` that if it exported...
I added support for forking processes under istanbul code coverage. This allows code coverage information to be collected from processes leveraging clustering via forky.
Hi! Thanks for this great library. Unfortunately, while trying to use it on Heroku, the dyno is getting killed because it's exceeding the memory quota. This is the exact log:...
Hey, I'm not sure, but I think there's a little bug in the `disconnect` function. When a client repeatedly hits a route that throws an error (that results in disconnecting...