commit | b73097bd97de89933a8ead56fe8053b8c15f3e27 | [log] [tgz] |
---|---|---|
author | Adithya Chakilam <achakilam@nvidia.com> | Sun Jul 06 14:19:45 2025 -0500 |
committer | Adithya Chakilam <achakilam@nvidia.com> | Mon Jul 07 23:56:48 2025 -0500 |
tree | c7ed0c72940b0fcd61e025bc6333d794aac40b7e | |
parent | de8912a66dc6683d23d119ef07f9e1fdc60866b1 [diff] |
Introduce `maxStartPerUserForTaskForQueue` quota Using this key we can enforce an server wide limit that applies per user without having to specify any users. Example usage: ``` [quota "*"] maxStartPerUserForTaskForQueue = 20 uploadpack SSH-Interactive-Worker ``` The above config would make sure that no user could perform more than 20 upload packs at any given time. Change-Id: Iddc7d775eeee3a88ff0d8430ebb2df58a5130a93