Skip to content

vizion: false ignored in .json file after gracefulReload #2867

@sradu

Description

@sradu

I have a json file like:

{
  "apps" : [{
    "name"        : "api",
    "script"      : "app.js",
    "merge_logs"  : true,
    "exec_mode"   : "cluster",
    "instances"   : 2,
    "vizion"      : false,
  }]
}

During the initial run, using auditd, I can see that no git commands are being issued.

After a gracefulReload they are being run. I was expecting vizio to be disabled completely.

Supporting information

PM2 version: 2.4.6
Node version: 7.9.0
Linux

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions