@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

In Drydock, yield for reclaiming resources in the "released" state

Summary: Ref T13677. This was an accidental change in D21807: when reclaiming a resource, wait for it to be completely destroyed before allowing a lease to reclaim another resource.

Test Plan: Reverts accidental behavior change in D21807.

Subscribers: PHID-OPKG-gm6ozazyms6q6i22gyam

Maniphest Tasks: T13677

Differential Revision: https://secure.phabricator.com/D21809

+1
+1
src/applications/drydock/worker/DrydockLeaseUpdateWorker.php
··· 314 314 ->withStatuses( 315 315 array( 316 316 DrydockResourceStatus::STATUS_ACTIVE, 317 + DrydockResourceStatus::STATUS_RELEASED, 317 318 )) 318 319 ->setLimit(1) 319 320 ->execute();