naught icon indicating copy to clipboard operation
naught copied to clipboard

Zero downtime deployment for your Node.js server using builtin cluster API

Results 34 naught issues
Sort by recently updated
recently updated
newest added

In upgrading away from version 12 of node, we were getting errors that writeFile was expecting a string or buffer. This simply converts the `process.pid` to a string.

Does this support "run on boot"? by that i mean that whenever the machine boots it starts all the scripts automatically, does it do it automatically no extra setup required...

I noticed that naught doesn't work on Node.js 10, this PR fixes that issue.

Hello. I would like to distinguish between the worker processes and run some code only in one process. Normally with node clusters you can do this by checking the cluster.isMaster...

Hello, Thanks for the simple and great naught lib. I was wondering if you ever had the need to support serial deploys. Meaning when you do `naught deploy`, workers get...

Is there an example or some reading material? That sounds very interesting in general. Never heard about such a thing. Would love if I could get or read some explanation...

Andrew, I see that in the Readme file you had mentioned that naught supports only POSIX OS. My question is, if i do not use command line for using naught...

Hi, I'm consistently seeing Naught run with a PID higher than the one Upstart is trying to track. I have tried both `expect fork` and `expect daemon` and I am...

The hardcoded shebang does not allow to specify a custom version of nodejs to use. This contribution propose to separate the main shell script and the main JS script and...