mesosphere / marathon

Deploy and manage containers (including Docker) on top of Apache Mesos at scale.
https://mesosphere.github.io/marathon/
Apache License 2.0
4.07k stars 846 forks source link

refactor: reuse withConfigChange for restarts #7259

Closed pierrebeitz closed 3 years ago

pierrebeitz commented 3 years ago

Summary:

as the significant bit is updating lastConfigChangeAt, we can also use withConfigChange for restarts. that version and lastScalingAt are then updated along should not hurt.

JIRA issues: