Glenn Renfro

Results 172 comments of Glenn Renfro
trafficstars

Application and deployment properties are not currently stored in a task/schedule manifest for the schedule. SCDF will need to create a manifest for each schedule that is created similar to...

Thank you for the question. I assume you are running things sequentially `a && b && c && d` You could run tasks in parallel via a split execution `...

Interesting case. For the case when using the same application in the DSL, each app in the definition will get a unique label. i.e. `T1: timestamp && T2:timestamp`

This issue was resolved with the following PR https://github.com/spring-cloud/spring-cloud-task/pull/858

Closed via https://github.com/spring-cloud/spring-cloud-task/pull/934

The current partitioning sample provided in the samples directory covers this case. The readme provides instructions.

PR has been merged and test case is resolved.

This issue was resolved here: https://github.com/spring-cloud/spring-cloud-task/commit/3b252680e75caa5cb4b92aa2869e584e6e2b995d

Closing this issue due to lack of activity. If there is any additional information. Please comment. Thanks!