Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15397687
D10945.id26289.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
840 B
Referenced Files
None
Subscribers
None
D10945.id26289.diff
View Options
diff --git a/src/infrastructure/daemon/workers/PhabricatorTaskmasterDaemon.php b/src/infrastructure/daemon/workers/PhabricatorTaskmasterDaemon.php
--- a/src/infrastructure/daemon/workers/PhabricatorTaskmasterDaemon.php
+++ b/src/infrastructure/daemon/workers/PhabricatorTaskmasterDaemon.php
@@ -20,7 +20,11 @@
$ex = $task->getExecutionException();
if ($ex) {
if ($ex instanceof PhabricatorWorkerPermanentFailureException) {
- $this->log("Task {$id} failed permanently.");
+ $this->log(
+ pht(
+ 'Task %s failed permanently: %s',
+ $id,
+ $ex->getMessage()));
} else if ($ex instanceof PhabricatorWorkerYieldException) {
$this->log(pht('Task %s yielded.', $id));
} else {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 17, 9:45 PM (6 d, 13 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7381857
Default Alt Text
D10945.id26289.diff (840 B)
Attached To
Mode
D10945: When a worker task fails permanently, log the reason
Attached
Detach File
Event Timeline
Log In to Comment