commit | de8912a66dc6683d23d119ef07f9e1fdc60866b1 | [log] [tgz] |
---|---|---|
author | Adithya Chakilam <achakilam@nvidia.com> | Tue Jul 01 14:04:07 2025 -0500 |
committer | Adithya Chakilam <achakilam@nvidia.com> | Mon Jul 07 23:54:42 2025 -0500 |
tree | 36a43c8f033c9052a5d1162dbf1bc6b5abd67cd3 | |
parent | fc4e54ad21d074a08367e691f7a2e6370eed3e05 [diff] |
Extend `maxStartForTaskForQueue` to scope for specific user In order to have more granular control over the task quotas this chage introduces ability to specify the user for which we need to limit concurrent running tasks. Example Usage: [quota "*"] maxStartForTaskForUserForQueue = 20 uploadpack servicebot SSH-Interactive-Worker maxStartForTaskForUserForQueue = 10 uploadpack admin SSH-Batch-Worker Change-Id: I2010a02bbdf7a3660089af667c8dce0a799d64b1