Skip to content

Server code run twice on startup #9

@nelisbijl

Description

@nelisbijl

Not sure if it only concerns the server code

Reproduce:

  • create brand new meteor application
  • Add a single JS file in the server folder that does a console.log
  • run meteor
  • log line is printed once
  • stop meteor
  • add differential:workers
  • run meteor
  • log line printed twice

My output (log msg: 'server/test.js'):
=> Started proxy.
=> Started MongoDB.
I20150424-08:36:12.203(2)? server/test.js
I20150424-08:36:12.205(2)? MASTER: Requeued 0 jobs.
=> Started your app.

=> App running at: http://localhost:3000/
I20150424-08:36:12.841(2)? server/test.js
I20150424-08:36:12.847(2)? PID 24372: Started 1 monq workers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions