douban / pymesos

A pure python implementation of Mesos scheduler and executor
BSD 3-Clause "New" or "Revised" License
163 stars 88 forks source link

Consistently drop scheduler operations if the framework isn't connected. #91

Closed benjaminp closed 6 years ago

benjaminp commented 6 years ago

The native mesos scheduler driver drops all operations if not connected to the master. pymesos already does this for some operations, but it should do it for all.

windreamer commented 6 years ago

Great! Thx!