Skip to content

Commit

Permalink
fix accidental hardcoding of 127.0.0.1 in WQ execs
Browse files Browse the repository at this point in the history
  • Loading branch information
svandenhaute committed Oct 11, 2024
1 parent de4bf97 commit e79ae8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion psiflow/execution.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ def create_executor(self, path: Path, **kwargs) -> ParslExecutor:
worker_options.append("--idle-timeout={}".format(20))

executor = MyWorkQueueExecutor(
address='127.0.0.1',
label=self.name,
working_dir=str(path / self.name),
provider=self.parsl_provider,
Expand Down

0 comments on commit e79ae8e

Please sign in to comment.