Hi,
Is there a way to use the JSON API from Spring Batch Admin for running a batch configured with a JobParametersIncrementer (without passing parameters)?
It looks like, as for...
Type: Posts; User: neimoidia; Keyword(s):
Hi,
Is there a way to use the JSON API from Spring Batch Admin for running a batch configured with a JobParametersIncrementer (without passing parameters)?
It looks like, as for...
hi,
here is my use case: I need to process a large amount of customers.
In the first step of my job, I retrieve from multiplous WS calls the list of the customers I need to process.
I m using an...
Hi,
I'm implementing a 2 steps job:
- one simple step.
- one partitioned step.
For the partitioned step, I m using a SimpleAsyncTaskExecutor executor.
The grid size is 50.
The partition step...