erlang-mesos icon indicating copy to clipboard operation
erlang-mesos copied to clipboard

An erlang binding for mesos - http://mesos.apache.org/

Results 3 erlang-mesos issues
Sort by recently updated
recently updated
newest added

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; //...

enhancement

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...

enhancement