Job Map Task Xattrs Args
data class JobMapTaskXattrsArgs(val consumerSize: Output<Int>? = null, val dispatcherSize: Output<Int>? = null, val pageSize: Output<Int>? = null, val queueSize: Output<Int>? = null, val taskAttemptInterval: Output<Int>? = null, val taskMaxAttempt: Output<Int>? = null) : ConvertibleToJava<JobMapTaskXattrsArgs>
Constructors
Properties
Link copied to clipboard
The number of threads to execute a single trigger. The default value is 5.
Link copied to clipboard
The number of subtask distribution threads. The default value is 5.
Link copied to clipboard
Subtask failure retry interval.
Link copied to clipboard
The number of failed sub-task retries.