All Products
Search
Document Center

Function Compute (2.0):JobConfig

Last Updated:Mar 03, 2024
ParameterTypeDescriptionExample
object

JobConfig

maxRetryTimelong

The maximum number of retries. Valid values: 0 to 100. This parameter specifies the maximum number of retries allowed when Log Service triggers a function based on the trigger interval if an error occurs, such as insufficient permissions, network failures, and function execution exceptions. If the trigger fails after the maximum number of retries is reached, Log Service triggers the function again when the next trigger interval arrives.

3
triggerIntervallong

The time interval at which Log Service triggers function execution. For example, you can retrieve data from the Logstore within the last 120 seconds to Function Compute every 120 seconds to perform custom computing.

60