Hey guys!

As far as I know now there is a built-in 5 min time interval after a job is
finished, which leads to the job removal from Slurm "memory" (not from
accounting). This is ok until users need to requeue the job by some reason.
Thus if 5 minutes have already passed, then requeue command does not work.

[user1@demo3 ~]$ squeue
             JOBID PARTITION     NAME     USER ST       TIME  NODES
NODELIST(REASON)
               177      defq   run.sh    user1 PD       0:00      1
(BeginTime)
[user1@demo3 ~]$ squeue
             JOBID PARTITION     NAME     USER ST       TIME  NODES
NODELIST(REASON)
[user1@demo3 ~]$
[user1@demo3 ~]$ scontrol requeue 117
Invalid job id specified for job 117
[user1@demo3 ~]$

Is there any way to extend this 5 minuts period?


Best regards,

Taras

Reply via email to