python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Launch spring cloud task with JVM args via DeployerPartitionHandler
I am planning to execute spring batch job on Pivotal cloud Foundry. The job executes fine on a single JVM with multiple threads(Local partitioning). I am looking to scale the job and the first option ...
GVR
Votes: 0
Answers: 0
Spring Batch - Job executions launching with same Task execution id
I'm using Spring Batch with Spring Cloud Task for remote partitioning. But for each new Job execution it is created with the same task execution id. Is there any way to create a new task execution id ...
dave
Votes: 0
Answers: 0
Does Spring Cloud Task supports file listeners?
I have implemented Batch processing with Spring Batch Integration. I’ve achieved the best solutions for file listeners which is way better than scheduler (cron). Now we are migrating to Spring Cloud T...
Eddy Bayonne
Votes: 0
Answers: 1
Spring Batch very slow when using 2 datasources - one for Spring Batch and another for the App
I modified this sample batch job provided by spring to use two custom datasources instead of the one autoconfigured by boot. Both datasources point to the same MySql DB server, but to different schema...
vrajkuma
Votes: 0
Answers: 0