mesos / chronos

Fault tolerant job scheduler for Mesos which handles dependencies and ISO8601 based schedules
http://mesos.github.io/chronos/
Apache License 2.0
4.39k stars 529 forks source link

only record task launch with the offer used #822

Open meelapshah opened 7 years ago

meelapshah commented 7 years ago

This typo caused chronos to think that each task was being launched with each offer.

meelapshah commented 7 years ago

I guess not with each offer, but rather identical (task, slave) launchings were recorded, once for each offer in the offer set.