zargarf
zargarf
I am creating a [`TaskLaunchRequest`](https://github.com/spring-cloud/spring-cloud-task/blob/v2.4.4/spring-cloud-task-stream/src/main/java/org/springframework/cloud/task/launcher/TaskLaunchRequest.java) which is consumed by the [`TaskLaucherSink`](https://github.com/spring-cloud/spring-cloud-task/blob/v2.4.4/spring-cloud-task-stream/src/main/java/org/springframework/cloud/task/launcher/TaskLauncherSink.java) in spring-cloud-task-stream. This instantiates a task pod and runs an implementation of the `CommandLineRunner`(called QueryRunner). However the traceId in...
Hi - I'm already using spring.cloud.task.closecontextEnabled=true. but it looks like the sidecar keeps running even though the task pod completes
Hi @cppwfs - we're running on Openshift. If there is no sidecar injected into the task pod that is spawned, the pod competes fine. If there is a sidecar present...
If I leave out spring.cloud.task.closecontextEnabled=true or set it to false, then the task app container remains running as well as the sidecar. If spring.cloud.task.closecontextEnabled is set to true then the...
Is there an approx timeline on this feature? This is one that's important to us too