Change the job start retry value

About this task

The job start retry value controls the number of times that the Process Manager Server tries to start a job or job array before it raises a Start Failed exception.

Procedure

  1. Stop the Process Manager Server and edit js.conf.
  2. If the parameter JS_START_RETRY is already defined, change the value to specify the new number of retry times. Otherwise, add a line like the following to the file:

    JS_START_RETRY=n

    where n is the number of times to retry starting a job or job array before raising a Start Failed exception.

  3. Complete the instructions for changing your configuration, saving js.conf and starting the Process Manager Server.