mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
show the button stop and some fix (#4397)
This commit is contained in:
@@ -108,7 +108,7 @@ class PSAdminController extends Controller
|
||||
|
||||
// guess if the q is "running" = check if there are pending message on Q or loop-Q
|
||||
$running = false;
|
||||
$qStatuses = $this->getAMQPConnection()->getQueuesStatus();
|
||||
$qStatuses = $this->getAMQPConnection()->getQueuesStatus(false, false);
|
||||
foreach([
|
||||
MessagePublisher::PULL_ASSETS_TYPE,
|
||||
$this->getAMQPConnection()->getLoopQueueName(MessagePublisher::PULL_ASSETS_TYPE)
|
||||
|
Reference in New Issue
Block a user