Merge branch 'ent-10350-GISS-Pierden-acceso-a-Metaconsola-mientras-dura-la-ejecucion-de-pandoradb' into 'develop'

handling synchronizer instantiation when metaconsole is merging

See merge request artica/pandorafms!5580
This commit is contained in:
Rafael Ameijeiras 2023-03-09 15:28:20 +00:00
commit bcc1775b1b
2 changed files with 3 additions and 3 deletions

View File

@ -2862,7 +2862,7 @@ class ConsoleSupervisor
return;
}
$sync = new PandoraFMS\Enterprise\Metaconsole\Synchronizer();
$sync = new PandoraFMS\Enterprise\Metaconsole\Synchronizer(true);
$counts = $sync->getQueues(true);
if (count($counts) === 0) {
@ -2919,7 +2919,7 @@ class ConsoleSupervisor
return;
}
$sync = new PandoraFMS\Enterprise\Metaconsole\Synchronizer();
$sync = new PandoraFMS\Enterprise\Metaconsole\Synchronizer(true);
$queues = $sync->getQueues();
if (count($queues) === 0) {
// Clean all.

View File

@ -58,7 +58,7 @@ body {
}
a {
color: #dc8100;
color: #dc8100 !important;
text-decoration: none;
}