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...

1

I am using Spring Batch and my step configuration is as below: @Bean public Step testStep( JdbcCursorItemReader<TestStep> testStageDataReader, TestStepProcessor testStepProcessor, Compo...

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...
1

© 2022 - 2025 — McMap. All rights reserved.