Hi there, Is there a way to ask the Scheduler for a current headroom estimate (in number of potential task "slots" available) for a given TaskConfig?
I understand that I could do this manually by processing /state.json on the Mesos master and joining that with info from a getJobsResult, but I'd rather not reinvent the wheel if there's already something that does this. Thanks! Josh