spring-batch-job-monitoring Questions
8
I have followed the spring batch doc and couldn't get my job running Asynchronously.
So I am running the Job from a web container and the job will be triggered via a REST end point.
I wanted to g...
Hyperbaric asked 8/12, 2018 at 23:12
1
I am using Spring Batch and my step configuration is as below:
@Bean
public Step testStep(
JdbcCursorItemReader<TestStep> testStageDataReader,
TestStepProcessor testStepProcessor,
Compo...
Papyrus asked 11/6, 2020 at 8:21
1
Solved
I am working on a Spring batch application where I have used RetryTemplate with SimpleRetryPolicy.
In this application, ItemProcessor usually takes 30-35 mins to complete a particular task. But s...
Allard asked 30/4, 2018 at 10:43
1
© 2022 - 2025 — McMap. All rights reserved.