Hi Everyone so often one of our users accidentally writes a “fork-bomb” that submits thousands of sbatch and srun requests per second. It is a giant DDOS attack on our scheduler. Is there a way of rate limiting these requests before they reach the daemon? I could imagine writing a shim in front of sbatch/srun, but I was hoping there was an official way to do this
Cheers Geoff