paypal / dce-go

Docker Compose Executor to launch pod of docker containers in Apache Mesos.
Apache License 2.0
63 stars 48 forks source link

update launch flag before launch command #111

Closed JiaminZhu closed 3 years ago

JiaminZhu commented 3 years ago

In case launch command take long time however pods are actually added, we set LaunchCmdAttempted as true before run launch command. Otherwise, there could be pod leaks.