All Products
Search
Document Center

Function Compute:JobConfig

Last Updated:Sep 19, 2024
ParameterTypeDescriptionExample
object

The job configurations.

maxRetryTimelong

The maximum number of retries. Valid values: 0 to 100. This parameter specifies the maximum number of retries allowed when Simple 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, Simple Log Service triggers the function again when the next trigger interval arrives.

3
triggerIntervallong

The time interval at which Simple 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