Skip to content

Fails to start in background #50

@simonexmachina

Description

@simonexmachina

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions