Glenn Renfro

Results 172 comments of Glenn Renfro
trafficstars

We are awaiting a resolution for the following issue before proceeding: https://github.com/paketo-buildpacks/stacks/issues/51

Currently each platform has a TaskLauncher, and this TaskLauncher has an assigned KubernetesClient which is assigned a namespace. These are all configured at Bean creation time. The solution would be...

@guoyiang Adding this to the feature backlog. Thank you for the issue. Also checkout 2.8 milestones. We have made improvements on updating deployment and app properties on the UI.

Also created issue https://github.com/spring-cloud/spring-cloud-task/issues/853 for task.

All tasks launched from Spring Cloud Data Flow must implement Spring Cloud Task i.e. `@EnableTask` and have a data source that connects to the SCDF database. So it can't be...

A user wants the ability to set the establish the keys for data source properties for their task applications. Currently these keys are fixed: https://github.com/spring-cloud/spring-cloud-dataflow/blob/main/spring-cloud-dataflow-server-core/src/main/java/org/springframework/cloud/dataflow/server/service/impl/TaskServiceUtils.java#L133-L155

SCDF needs ability to update schedules when a user updates a task's version. Currently SCDF expects that once a schedule has been created it will be managed fully by the...

When a task has a start time and no end time that can mean several things: 1. Data flow attempted to launch the task but the platform sent a positive...

There are 2 issues for this topic: * This one * https://github.com/spring-cloud/spring-cloud-task/issues/778 Contributions are always welcome

SCDF is currently on API revision 14 which was introduced SCDF 1.7. This can be reviewed by curling the dataflow URL and at the bottom of the result you will...