-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
If I execute the following using up -n 1 test.js (in the foreground) it behaves as expected, but if I start this in the background using up -n 1 test.js & then the master dies, the workers never output 'started' or 'listening' and eventually commit suicide.
console.log('started');
module.exports = server = require('express').createServer();
server.on('listening', function() {
console.log('listening');
});Metadata
Metadata
Assignees
Labels
No labels