InbarRose / irtools

A collection of useful tools for Automation, Devops, or anything really
MIT License
4 stars 1 forks source link

taskmanager ordered has RC #44

Closed InbarRose closed 5 years ago

InbarRose commented 5 years ago

Describe the bug the go function for OrderedTaskManager should be in RCTaskManager

To Reproduce

    def go(self):
        """Trigger the TaskManager, this is the main way to start a TaskManager"""
        super(OrderedTaskManager, self).go()
        return self.worst_rc
InbarRose commented 5 years ago

in development