erlang-mesos
erlang-mesos copied to clipboard
An erlang binding for mesos - http://mesos.apache.org/
hallo Mark, I am hanving a look at the `http-api` branch which looks nice and wanted to probe the soundness of the following approach :-) Would it make sense to...
// Removes all filters previously set by the framework (via // launchTasks()). This enables the framework to receive offers from // those filtered slaves. virtual Status reviveOffers() = 0; //...
From the docs ``` // Launches the given set of tasks. Any resources remaining (i.e., // not used by the tasks or their executors) will be considered // declined. The...