Parameter | Type | Description | Example |
---|---|---|---|
object | The asynchronous invocation configurations. | ||
asyncTask | boolean | Optional. Specify whether to enable the asynchronous task feature. | true |
destinationConfig | DestinationConfig | Optional. The struct of the destination of asynchronous invocations. | |
maxAsyncEventAgeInSeconds | long | Optional. The maximum validity period of a message. Valid values: [1,604800]. Default value: 86400. Unit: seconds. | 300 |
maxAsyncRetryAttempts | long | Optional. The maximum number of retries if an asynchronous invocation fails. Valid values: [0,8]. If you do not configure this parameter, the default number of retries is 3. | 3 |