spring-cloud/spring-cloud-dataflow

Remove @DisposableBean implementation from SimpleJobSevice

Closed this issue · 0 comments

Currently SimpleJobService utilizes a Destoy method to stop all active jobs. However the list of activeJobs it utilizes is always empty. It has a Scheduled annotated method that once an hour executes method to remove jobs that are not running. This is dead code, since dataflow does not control jobs.