File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
snakemake_executor_plugin_slurm Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -363,10 +363,10 @@ def _validate_status_command_settings(self):
363363 f"MinJobAge is { min_job_age } seconds "
364364 f"(< { dynamic_check_threshold } s). "
365365 f"This may cause 'squeue' to miss recently finished jobs "
366- "that have been purged from slurmctld, leading to job "
367- "status queries being impossible with 'squeue'. "
368- "Consider using 'sacct' instead or let your admini- "
369- "strator increase MinJobAge. "
366+ "that have been purged from slurmctld, leading to job "
367+ "status queries being impossible with 'squeue'. "
368+ "Consider using 'sacct' instead or let your admini- "
369+ "strator increase MinJobAge. "
370370 "(Threshold is 3x status check interval: 3 x "
371371 f"{ initial_interval } s = "
372372 f"{ dynamic_check_threshold } s)"
You can’t perform that action at this time.
0 commit comments