nodepool/nodepool/driver/static
Tobias Henkel de6eaacc8f
Parallelize initial static node synchronization
We currently register static nodes serially on startup of the static
node provider. This is not a problem as long as all static nodes are
reachable. However if there are multiple static nodes unreachable and
fail with timeout the startup of the provider can take very long since
it must wait for many timeouts one after another. In order to handle
this better parallelize the initial sync of static nodes.

Change-Id: I4e9b12de277ef0c3140815fb61fed612be2d9396
2020-04-21 09:44:40 +02:00
..
__init__.py Remove unused use_taskmanager flag 2019-04-02 12:11:07 +00:00
config.py Set default python-path to "auto" 2019-10-17 09:17:50 +11:00
handler.py Don't pause static pool on single label quota 2019-07-12 14:33:36 +02:00
provider.py Parallelize initial static node synchronization 2020-04-21 09:44:40 +02:00