Global Parameters: Jobs

Periodic Jobs Execution When Checkout

This parameter defines the execution logic of periodic jobs when the record is checked out.

The following options are available:

  • Proceed - Periodic jobs will be executed even if the record is checked out. This is the default setting.
  • Cancel - Periodic jobs will be cancelled at the time of scheduled execution if the record is checked out. This option allows the record to remain intact during the time it is checked out such as password values. The option relies on the necessary jobs being scheduled during the Check In process.
  • Defer - Periodic jobs will be deferred to the request expiration time if the record is checked out. This option allows the record to remain intact during the time it is checked out deferring jobs until the request has expired and the record is checked in.

Rerun Failed Job Interval

When this parameter is non-zero, the system will reschedule failed periodic, monthly or weekly jobs several times with the specified interval during the specified time window or until the job will succeed.

Note that the non-zero time interval should be smaller than the rerun failed job time window.

Time format:

Space or a colon-separated list of tokens, each token is a number+time unit.

Allowed units are:

d - days,

h - hours,

m - minutes,

s - seconds.

If no time unit is specified then the value is considered to be in milliseconds. Negative values or zero allowed.

Example:

  1. 1d 12h - 1 day and 12 hours
  2. 45m - 45 minutes
  3. 0d or 0h or 0m or 0 - zero

Rerun Failed Job Window

When this parameter is non-zero, the system will reschedule failed periodic, monthly or weekly jobs several times during the specified time window or until the job will succeed.

 

Time format:

Space or a colon-separated list of tokens, each token is a number+time unit.

Allowed units are:

d - days,

h - hours,

m - minutes,

s - seconds.

If no time unit is specified then the value is considered to be in milliseconds. Negative values or zero allowed.

Example:

  1. 1d 12h - 1 day and 12 hours
  2. 45m - 45 minutes
  3. 0d or 0h or 0m or 0 - zero

SSH Connector Type

This parameter allows to switch between default (Jsch Connector) and extended (SSHD Connector) provider to execute all SSH and Interactive SSH jobs in the system.

SSHD Connector provider includes extended cryptography algorithms to support job execution on a different set of devices.

To override this parameter for individual records, use record level field SSHConnectorType (Display name: SSH Connector Type, Choice values: Jsch Connector, SSHD Connector).

Other Global Parameters

Global Parameters: Access

Global Parameters: Browser Extension

Global Parameters: Discovery

Global Parameters: Drivers

Global Parameters: Jobs

Global Parameters: Preference

Global Parameters: Proxy

Global Parameters: Sessions

Global Parameters: Storage

Global Parameters: Workflow