Configure the Virtual Machine for all the Scheduled Jobs

Configure the Virtual Machine for 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\api.
  2. Access the file Web.config.
  3. Set the key AllowToRunBackgroundJobs value to false. See the following example of the modified line of code:
    <add key="AllowToRunBackgroundJobs" value="false"/>
    Note: By default, the value of the key AllowToRunBackgroundJobs is set to true.
  4. Save the file.

    The VM is configured for all the scheduled jobs.