Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14055207
D13335.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
532 B
Referenced Files
None
Subscribers
None
D13335.diff
View Options
diff --git a/src/infrastructure/daemon/workers/PhabricatorWorker.php b/src/infrastructure/daemon/workers/PhabricatorWorker.php
--- a/src/infrastructure/daemon/workers/PhabricatorWorker.php
+++ b/src/infrastructure/daemon/workers/PhabricatorWorker.php
@@ -199,7 +199,8 @@
}
$tasks = id(new PhabricatorWorkerArchiveTaskQuery())
- ->withIDs($task_ids);
+ ->withIDs($task_ids)
+ ->execute();
foreach ($tasks as $task) {
if ($task->getResult() != PhabricatorWorkerArchiveTask::RESULT_SUCCESS) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 17, 9:22 AM (2 d, 7 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6749624
Default Alt Text
D13335.diff (532 B)
Attached To
Mode
D13335: Add missing execution on archived task query
Attached
Detach File
Event Timeline
Log In to Comment