Merge remote-tracking branch 'origin/master' into ephemeral
This commit is contained in:
commit
e53b6b0e21
18 changed files with 163 additions and 60 deletions
|
@ -74,3 +74,5 @@ class EnterpriseManager(BaseManager):
|
|||
if build_component in self.ready_components:
|
||||
self.ready_components.remove(build_component)
|
||||
|
||||
def num_workers(self):
|
||||
return len(self.build_components)
|
||||
|
|
Reference in a new issue