|
Parameter |
Type |
Description |
Example |
|---|---|---|---|
|
object |
The asynchronous invocation configurations. |
||
| asyncTask |
boolean |
Optional. Specifies whether to enable the asynchronous task feature. |
true |
| destinationConfig | DestinationConfig |
Optional. The destination configuration for asynchronous invocations. |
|
| maxAsyncEventAgeInSeconds |
integer |
Optional. The maximum validity period of a message. Valid values: [1,604800]. Default value: 86400. Unit: seconds. |
300 |
| maxAsyncRetryAttempts |
integer |
Optional. The maximum number of retries upon asynchronous invocation failure. Valid values: [0,8]. Default value: 3. |
3 |