Server Configuration for Scheduled Jobs

Configure the GE Digital APM Server for Running the Scheduled Jobs

You must configure the GE Digital APM server for all the scheduled jobs if you have deployed the GE Digital APM in a clustered environment and you want to dedicate a machine to run all the scheduled jobs.

Procedure

  1. On the GE Digital APM Server machines that you want to put in standby mode, navigate to the folder C:\Program Files\Meridium\ApplicationServer\scheduler.
  2. Access the file appsettings.json.
  3. When the GE Digital APM is deployed on multiple servers, you can enable the background jobs in selected servers by setting this flag. See the following example of the modified line of code:
    "scheduler": {
    "turnOff": true,
    Note: By default, the value of the key turnOff is set to false. In your cluster environment, the value of the key turnOff should be set to false in at least one server.
  4. Save the file.

    The GE Digital APM server is configured for all the scheduled jobs.

What To Do Next