adobe-apiplatform / mesos-actor

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

send events as messages #48

Closed tysonnorris closed 5 years ago

tysonnorris commented 5 years ago

To avoid concurrent event processing, e.g. where held offers that were rescinded are used to launch tasks, if the events were handled concurrently Added test for rescind;