keithwhor / nodal

API Services Made Easy With Node.js

Home Page:http://www.nodaljs.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

development env should not run in a cluster.

xumx opened this issue · comments

Single worker is enough for development, and should be the default setting.

👍 Gonna keep multiple workers to encourage stateless design, but you're right, needs more documentation around this