spring-cloud-deployer
spring-cloud-deployer copied to clipboard
K8s Task Launcher needs to be thread safe
trafficstars
Launching task asynchronously can cause task method values to be overwritten when other threads launch at the same time.
In this solution we synchronize the launch method so that launches are thread safe
Refer to issue https://github.com/spring-cloud/spring-cloud-deployer/issues/423