adobe-apiplatform / mesos-actor

An Akka based Mesos actor for creating Mesos frameworks.
Apache License 2.0
10 stars 8 forks source link

match tasks in order of submission #42

Open tysonnorris opened 5 years ago

tysonnorris commented 5 years ago

Currently tasks are not matched in order of submission, only the order of the keyset from the tasks map. Instead we should track a queue for submitted tasks that require matching. This may require more involved refactoring with the TaskMatcher.