Skip to content

Commit

Permalink
remove timeout from WQ workers
Browse files Browse the repository at this point in the history
  • Loading branch information
svandenhaute committed Jun 13, 2024
1 parent 6bbb2dd commit f524789
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 @@ -86,7 +86,6 @@ def create_executor(self, path: Path, **kwargs) -> ParslExecutor:
cores = self.max_workers * self.cores_per_worker
worker_options = [
"--parent-death",
"--timeout={}".format(30),
"--wall-time={}".format(self.max_runtime),
"--cores={}".format(cores),
]
Expand Down

0 comments on commit f524789

Please sign in to comment.