Skip to content

Commit

Permalink
fix: adapt to API change
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Sep 8, 2023
1 parent 979e4e8 commit 4110331
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion snakemake_executor_plugin_slurm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ def __init__(
pass_default_resources_args=True,
# whether environment variables shall be passed to jobs
pass_envvar_declarations_to_cmd=False,
init_sleep_seconds=40,
# wait a bit until slurmdbd has job info available
init_seconds_before_status_checks=40,
)
self.run_uuid = str(uuid.uuid4())
self._fallback_account_arg = None
Expand Down

0 comments on commit 4110331

Please sign in to comment.