Skip to content

Commit

Permalink
bump default number of retries to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
svandenhaute committed Jun 27, 2024
1 parent 96c5c0b commit f70dbe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psiflow/execution.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ def from_config(
path: Optional[Union[str, Path]] = None,
parsl_log_level: str = "WARNING",
usage_tracking: bool = True,
retries: int = 0,
retries: int = 2,
strategy: str = "simple",
max_idletime: float = 20,
internal_tasks_max_threads: int = 10,
Expand Down

0 comments on commit f70dbe2

Please sign in to comment.