Now, if the flag --use_offer_constraints is set, Marathon will generate Mesos offer constraints from the placement constraints in the RunSpec, taking into account the current active instances in case of UNIQUE and MAX_PER constraints. The offer constraints are passes into Mesos via the UPDATE_FRAMEWORK call; the offer constraints update rate is limited via the
--min_offer_constraints_update_interval.
Now, if the flag
--use_offer_constraints
is set, Marathon will generate Mesos offer constraints from the placement constraints in the RunSpec, taking into account the current active instances in case of UNIQUE and MAX_PER constraints. The offer constraints are passes into Mesos via the UPDATE_FRAMEWORK call; the offer constraints update rate is limited via the--min_offer_constraints_update_interval
.JIRA issues: MARATHON-8764