bartongroup / slivka

http://bartongroup.github.io/slivka/
Apache License 2.0
7 stars 3 forks source link

Use generator functions to select runners. #113

Open warownia1 opened 2 years ago

warownia1 commented 2 years ago

Using generator functions/iterables in place of current selector function allows the scheduler to skip disabled or broken runners and process to the next available one without extra complications to the selectors code.

warownia1 commented 2 years ago

Continuation of #92