microsoft / ga4gh-tes

C# implementation of the GA4GH TES API; provides distributed batch task execution on Microsoft Azure
MIT License
32 stars 26 forks source link

Fix merge error preventing ejection of pools under quota pressure #730

Closed BMurri closed 2 months ago

BMurri commented 2 months ago

This portion of code shows signs of having been mangled in past merges. I discovered it is no longer working as intended (it ejects idle pools when pool quota has been reached, enabling new pools to be created to process awaiting tasks), instead throwing exceptions when called.

This fixes the code to restore correct operation.

This is a regression.