Updated on 2024-05-16 GMT+08:00

Concurrency Check

Rule Details

Table 1 Rule details

Parameter

Description

Rule Name

function-graph-concurrency-check

Identifier

If the concurrent request amount allowed by a function is not within the specified range, the result is noncompliant.

Description

If the number of concurrent requests of a function is not within the specified range, this function is noncompliant.

Tag

fgs

Trigger Type

Configuration change

Filter Type

fgs.functions

Configure Rule Parameters

  • concurrencyLimitLow: indicates the minimum number of concurrent requests. The value must be an integer.
  • concurrencyLimitHigh: indicates the maximum number of concurrent requests. The value must be an integer.