4.2.4.3 Retry Setting Properties

Enter details for the transaction coordinator to retry sending a request.

Property Description
maxRetryCount The maximum number of times that the transaction coordinator retries sending the same request again in case of any failures. For example, 10.
minRetryInterval The minimum interval, in milliseconds, after which the transaction coordinator retries sending the same request again in case of any failures. The default value is 1000 ms.
maxRetryInterval The maximum retry interval, in milliseconds, before which the transaction coordinator retries sending the same request again in case of any failures. For example, 10000.
skipVerifyInsecureTLS

Oracle recommends that you set this value to false and set up a valid certificate signed by trusted authorities for secure access. When you set this value to false, the transaction coordinator accesses the participant applications over the HTTPS protocol with a valid certificate signed by trusted authorities. The default value is false.

If you set this value to true, the transaction coordinator can access the participant application's callback URL, without a valid SSL certificate, in an insecure manner.

Caution:

Do not set this value to true in production environments.
httpClientTimeoutInSecs Specify the maximum amount of time, in seconds, for which the HTTP callback API requests sent by the MicroTx Distributed Transactions coordinator to the participant services remains active. Enter an integer between 0 to 900. The default value is 180 seconds and the maximum value is 900 seconds. If you set this value to 0, then MicroTx Distributed Transactions does not enforce any limit. When the coordinator sends a HTTP callback API request to the participant services, the participant services must respond within the time period that you specify. If the participant service does not respond within the specified time period, the HTTP request sent by the coordinator times out.
countersUpdateInterval Enter a value between 30 to 1800 seconds to specify data collection time interval or the rate at which information about the most recent transactions is updated on the MicroTx Distributed Transactions console. If you enter 300 seconds, information about the most recent transactions is updated every 300 seconds on the console. The default value is 120 seconds. You can also update this value in the MicroTx Distributed Transactions console by changing the value in the Interval box.
notificationSpikeTimeInSecs Time, in seconds, for which a notification is visible in Prometheus.