Skip to content

Commit

Permalink
Remove old comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Lqp1 committed Jan 25, 2021
1 parent 7de8da6 commit c48b695
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,6 @@ class MarathonSchedulerActor private (
}

def scaleRunSpecs(): Unit = {
// Check if runspecs in groupRepository are the old version (likely yes). Maybe runspec is updated
// in groupRepository only once deployment is finished, this is why we always restart an "old" version when
// we kill an instance during a deployment.
groupRepository.root().foreach { root =>
root.transitiveRunSpecs.foreach(spec => self ! ScaleRunSpec(spec.id))
}
Expand Down

0 comments on commit c48b695

Please sign in to comment.