Demon has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/60748


Change subject: Also handle error case for pool counter
......................................................................

Also handle error case for pool counter

Change-Id: Ib9f1877b07f40667aad0dc1e828aa3906c55e47d
---
M MWSearch_body.php
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MWSearch 
refs/changes/48/60748/1

diff --git a/MWSearch_body.php b/MWSearch_body.php
index 82c0ff9..acc1ab6 100644
--- a/MWSearch_body.php
+++ b/MWSearch_body.php
@@ -505,6 +505,8 @@
                                wfProfileOut( $httpProfile );
                                wfRestoreWarnings();
                                return $status;
+                       }, 'error' => function( $status ) {
+                               return $status;
                        } ) );
                $workStatus = $work->execute();
 

-- 
To view, visit https://gerrit.wikimedia.org/r/60748
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib9f1877b07f40667aad0dc1e828aa3906c55e47d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MWSearch
Gerrit-Branch: master
Gerrit-Owner: Demon <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to