spring-cloud-task
spring-cloud-task copied to clipboard
Short lived microservices with Spring Batch
It would be useful for a consumer of the starter to be able to inject the various Spring Batch listeners into the appropriate places in the Single Step Batch Job...
Currently, all SCT requires to turn on the task/batch functionality is the dependency on the classpath and there to be an instance of `Job` in the context. However, this means...
- add new module `partitioned-batch-job-kubernetes` - add ci plan pointing to GKE (v1.9) - add docs
In the table "task_task_batch", usually, there are recorded the relationships between the Task Execution Ids and the Job Execution Ids. We have a simple task that only contains a job,...
As a user, I don't need an AI per step for remote partitioning. It would be useful to be able to execute multiple worker steps within the scope of a...
This could be intended behavior, but when an spring cloud task is starting up, it doesn't use the transaction manager when initializing the execution. Take as an example spring-cloud-task-samples/multiple-datasources. If...