Merge remote-tracking branch 'origin/master' into ephemeral

This commit is contained in:
Jake Moshenko 2014-12-22 12:14:59 -05:00
commit e53b6b0e21
18 changed files with 163 additions and 60 deletions

View file

@ -59,3 +59,9 @@ class BaseManager(object):
automatically requeued.
"""
raise NotImplementedError
def num_workers(self):
""" Returns the number of active build workers currently registered. This includes those
that are currently busy and awaiting more work.
"""
raise NotImplementedError