
// Set the global number of master executor slots
def set_num_executors = { instance, num ->
    instance.setNumExecutors(num)
}

