OPEN - issue BATCH-1392: Throttle limit is not parsed in ChunkElementParser
Fixed in 2.1
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
<job id="job">
|
||||
<step id="step">
|
||||
<tasklet start-limit="25" allow-start-if-complete="true" task-executor="taskExecutor">
|
||||
<tasklet start-limit="25" allow-start-if-complete="true" task-executor="taskExecutor" throttle-limit="10">
|
||||
<chunk reader="reader" processor="processor" writer="writer" commit-interval="10" skip-limit="20"
|
||||
retry-limit="3" cache-capacity="100" is-reader-transactional-queue="true">
|
||||
<retry-listeners>
|
||||
|
||||
Reference in New Issue
Block a user