From d4fab6a8d2ba58ba2c2c77904c6d2369e7697e62 Mon Sep 17 00:00:00 2001 From: Ben Clifford Date: Thu, 5 Sep 2024 14:02:22 +0000 Subject: [PATCH] Note a (documentation?) bug in taskvine address selection --- parsl/executors/taskvine/manager_config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/parsl/executors/taskvine/manager_config.py b/parsl/executors/taskvine/manager_config.py index 18e58a0b90..b29d31d303 100644 --- a/parsl/executors/taskvine/manager_config.py +++ b/parsl/executors/taskvine/manager_config.py @@ -25,6 +25,7 @@ class TaskVineManagerConfig: address: Optional[str] Address of the local machine. If None, socket.gethostname() will be used to determine the address. + XXXX ^ if None, looks like get_any_address is being used and in my kubernetes setup, choosing 127.0.0.1 project_name: Optional[str] If given, TaskVine will periodically report its status and performance