소스 검색

Se quita el chequeo de ejecucion al comando, no es requerido, son de volcado y se ejecutan rapido.

root 7 년 전
부모
커밋
f10847f14f
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      src/StatsBundle/Command/StatsPonPortCommand.php

+ 0 - 5
src/StatsBundle/Command/StatsPonPortCommand.php

@@ -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)) {