|
@@ -44,13 +44,8 @@ class StatsPonPortCommand extends BaseCommand
|
|
|
$tenancyId = $deviceOlt->getTenancyId();
|
|
|
$deviceServerId = $oltServerId;
|
|
|
|
|
|
- $flag = "olt_scan_pons_d_{$oltDeviceId}_s_{$oltServerId}.lock";
|
|
|
-
|
|
|
$key_pon_stats = "olt_stats_pons_d_{$oltDeviceId}_s_{$oltServerId}";
|
|
|
|
|
|
- /* Control de bloqueo */
|
|
|
- if($this->lock($flag)) {return;}
|
|
|
-
|
|
|
$ponsCached = $this->getData($key_pon_stats, true);
|
|
|
|
|
|
if(empty($ponsCached)) {
|