commit | 1d02f41d4f66dcee3c0200888373c399bc02a733 | [log] [tgz] |
---|---|---|
author | Adithya Chakilam <achakilam@nvidia.com> | Mon Sep 22 14:41:06 2025 -0500 |
committer | Adithya Chakilam <achakilam@nvidia.com> | Mon Sep 22 12:48:27 2025 -0700 |
tree | d67c484e588e785f2fd5280e7511201dfadeb81c | |
parent | 614996ed98161b41cc664fb7625bca5235469998 [diff] |
Fix task quotas not being released In I1d2949d84, assumption was made that TaskParker#onNotReadyToStart is called by WorkQueue when TaskParker#isReadyToStart returns false and removed the cleaning up of acquired quotas. But that only happens when different a TaskParker instance returns false but not the current one. Fix that assumption by re-introducing the explicit cleanup logic. Change-Id: Iea32b57b86acce0a96d8f29789eba3fcee234d99