Merge remote-tracking branch 'origin/master' into ephemeral
This commit is contained in:
commit
e53b6b0e21
18 changed files with 163 additions and 60 deletions
|
@ -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
|
||||
|
|
Reference in a new issue