Skip to content

Commit e79ae8e

Browse files
committed
fix accidental hardcoding of 127.0.0.1 in WQ execs
1 parent de4bf97 commit e79ae8e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

psiflow/execution.py

-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ def create_executor(self, path: Path, **kwargs) -> ParslExecutor:
101101
worker_options.append("--idle-timeout={}".format(20))
102102

103103
executor = MyWorkQueueExecutor(
104-
address='127.0.0.1',
105104
label=self.name,
106105
working_dir=str(path / self.name),
107106
provider=self.parsl_provider,

0 commit comments

Comments
 (0)