X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=executors.py;h=e1949fbb992fbfcc9ace61099b4140fb460644e6;hb=7dd95b88a2a1a977506300f337e4b50a2df13141;hp=60bd166bb23ba63b227179c404d281681b35cad9;hpb=804988efe7c8b131fc0c4b30088de2b5c5bd0b74;p=python_utils.git diff --git a/executors.py b/executors.py index 60bd166..e1949fb 100644 --- a/executors.py +++ b/executors.py @@ -10,7 +10,6 @@ Also defines DefaultExecutors which is a container for references to global executors / worker pools with automatic shutdown semantics.""" from __future__ import annotations - import concurrent.futures as fut import logging import os @@ -1192,7 +1191,7 @@ class DefaultExecutors(object): username='scott', machine='cheetah.house', weight=24, - count=6, + count=5, ), ) if self.ping('meerkat.cabin'): @@ -1212,7 +1211,7 @@ class DefaultExecutors(object): username='scott', machine='wannabe.house', weight=14, - count=8, + count=2, ), ) if self.ping('puma.cabin'): @@ -1222,7 +1221,7 @@ class DefaultExecutors(object): username='scott', machine='puma.cabin', weight=24, - count=6, + count=5, ), ) if self.ping('backup.house'):