Skip to content

Commit

Permalink
Note a (documentation?) bug in taskvine address selection
Browse files Browse the repository at this point in the history
  • Loading branch information
benclifford committed Sep 5, 2024
1 parent 6a32f0f commit d4fab6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parsl/executors/taskvine/manager_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d4fab6a

Please sign in to comment.