Skip to content

Commit 73fe1b0

Browse files
committed
re-enable usage tracking by default
1 parent 0bd8eaf commit 73fe1b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

psiflow/execution.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ 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',
104105
label=self.name,
105106
working_dir=str(path / self.name),
106107
provider=self.parsl_provider,
@@ -445,7 +446,7 @@ def from_config(
445446
cls,
446447
path: Optional[Union[str, Path]] = None,
447448
parsl_log_level: str = "WARNING",
448-
usage_tracking: bool = True,
449+
usage_tracking: int = 3,
449450
retries: int = 2,
450451
strategy: str = "simple",
451452
max_idletime: float = 20,

0 commit comments

Comments
 (0)