IServerAgentConnection.SetClusterRecyclingErrorsCountThreshold

Syntax:

SetClusterRecyclingErrorsCountThreshold(<Cluster>, <ErrorsCountThreshold>)

Parameters:

<Cluster> (required)

Type: IClusterInfo.
Server cluster for which the maximum allowed amount of server error is set up.

<ErrorsCountThreshold> (required)

Type: Number.
Allowed amount of server error per one query per minute.
Is set up as a percentage of the average value of the rest processes.
For example if the parameter value is set up at "50", and the average amount of errors per one query per minute during the last 5 minutes is "100", then a threshold is considered as exceeded for the processes which called more than 150 errors per query per minute.

Description:

Sets allowed deviation for the number of server errors per query per minute based on the average value for all processes.

Availability:

Integration.

    

1C:Enterprise Developer's Community