Glenn Renfro
Glenn Renfro
If you do not set the `spring.cloud.task.closecontextEnabled=true` does the task app remaining running after the task has completed?
Also what is your setup? are you using spirng-cloud-sleuth-otel? Have you tested this with the latest GA?
Hello @zargarf I originally marked this as a bug as with #861. But with this issue it is a bit different. In this case we want the user the ability...
Did a little digging here: The issue is that `SimpleTaskAutoconfiguration` is included in the Spring-Cloud-Task-Core module and it fires automatically unless it is excluded for example: `@SpringBootApplication(exclude = SimpleTaskAutoConfiguration.class)` or...
Thank you for this contribution! and the sample that displayed the issue. Rebased Merged
a special thanks to @ben-enfuse-io for his efforts on this PR.
I believe it can be excluded. But need to verify .
We are currently working on SCDF 3.x, and we will be resolving the TTL issue for K8's jobs. We will be announcing a release date soon, so stay tuned!
We are looking to add this feature in SCDF 3.x.