Skip to content

Commit 9018ea8

Browse files
committed
fix: better message for low values of MinJobAge
1 parent ca69118 commit 9018ea8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

snakemake_executor_plugin_slurm/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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)"

0 commit comments

Comments
 (0)