1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-02-13 07:18:35 +01:00
phorge-phorge/src/applications/drydock/blueprint
epriestley 1835ca1918 Remove the "25% of active pool" growth rate throttle from Drydock
Summary:
Ref T13677. Drydock has a hard-coded and fairly arbitrary limit which prevents a resource pool from growing more than 25% at once.

This is vaguely reasonable for resources which allocate quickly, but suffocating for slower resources. It's also wholly arbitrary, and the "one per lease" limit introduced in D21807 should do a better job of covering the same ground while generally being more reasonable, expected, and predictable.

Test Plan: Ran Drydock allocations without the throttle, saw faster pool growth.

Subscribers: yelirekim, PHID-OPKG-gm6ozazyms6q6i22gyam

Maniphest Tasks: T13677

Differential Revision: https://secure.phabricator.com/D21808
2022-05-09 10:40:08 -07:00
..
__tests__ Add a bunch of tests for subclass implementations 2015-06-15 18:13:27 +10:00
DrydockAlmanacServiceHostBlueprintImplementation.php Correct "getActiveBindings()" method name 2021-03-24 10:15:17 -07:00
DrydockBlueprintImplementation.php Remove the "25% of active pool" growth rate throttle from Drydock 2022-05-09 10:40:08 -07:00
DrydockWorkingCopyBlueprintImplementation.php Formalize some more Drydock conditions and bookkeeping 2022-05-09 10:40:08 -07:00