Fixed elCurator check for RabbitMQ / Redis
This commit is contained in:
parent
b76bf31bca
commit
f3d20097cd
@ -43,6 +43,7 @@ class ImportController extends Controller
|
|||||||
+ $this->getTotalMessageInRabbitQueue('chrome')
|
+ $this->getTotalMessageInRabbitQueue('chrome')
|
||||||
+ $this->getTotalMessageInRabbitQueue('instapaper')
|
+ $this->getTotalMessageInRabbitQueue('instapaper')
|
||||||
+ $this->getTotalMessageInRabbitQueue('pinboard')
|
+ $this->getTotalMessageInRabbitQueue('pinboard')
|
||||||
|
+ $this->getTotalMessageInRabbitQueue('elcurator')
|
||||||
;
|
;
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
$rabbitNotInstalled = true;
|
$rabbitNotInstalled = true;
|
||||||
@ -59,6 +60,7 @@ class ImportController extends Controller
|
|||||||
+ $redis->llen('wallabag.import.chrome')
|
+ $redis->llen('wallabag.import.chrome')
|
||||||
+ $redis->llen('wallabag.import.instapaper')
|
+ $redis->llen('wallabag.import.instapaper')
|
||||||
+ $redis->llen('wallabag.import.pinboard')
|
+ $redis->llen('wallabag.import.pinboard')
|
||||||
|
+ $redis->llen('wallabag.import.elcurator')
|
||||||
;
|
;
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
$redisNotInstalled = true;
|
$redisNotInstalled = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user