Parameter | Type | Description | Example |
---|---|---|---|
object | The parameters that are configured for the runtime environment. | ||
batchWindow | BatchWindow | The batch window configurations. | |
retryStrategy | RetryStrategy | The information about the retry policy that is used if events fail to be pushed. | |
deadLetterQueue | DeadLetterQueue | Specifies whether to enable dead-letter queues. By default, dead-letter queues are disabled. Messages that fail to be pushed are discarded after the maximum number of retries specified by the retry policy is reached. | |
maximumTasks | long | The concurrency quota. This quota indicates the number of consumers. | 1 |
errorsTolerance | string | The exception tolerance policy. Valid values:
| ALL |
mode | string | The underlying application mode when message data is pushed to Function Compute. Valid values:
| event-streaming |