Hello, In your case 15 minute partition "TimeLimit" is a default value and should only apply if user has not specified time limit for their job within their sbatch script or srun command, or specified a lower value than partition default or has done so incorrectly.
From: slurm-users <slurm-users-boun...@lists.schedmd.com> On Behalf Of Gestió Servidors Sent: Thursday, December 2, 2021 8:18 AM To: slurm-users@lists.schedmd.com Subject: [EXT] [slurm-users] TimeLimit parameter APL external email warning: Verify sender slurm-users-boun...@lists.schedmd.com<mailto:slurm-users-boun...@lists.schedmd.com> before clicking links or attachments Hello, I'm going a problema I have detected in my SLURM cluster. If I configure a partition with a "TimeLimit" of, for example, 15 minutes and, later, a user submits a job in which he/she apply a "TimeLimitt" bigger (for example, 20 minutes), job remains in PENDING state because TimeLimit requested by user is bigger that configured in the queue. My question is: is there any way to force to the partition TimeLimit from the queue if user request a bigger value? Thanks.