Browse Source

revert try limit snapshotjobs

andre 2 years ago
parent
commit
d7e725d564
1 changed files with 0 additions and 3 deletions
  1. 0 3
      app/Jobs/Vps/SnapshotVmJob.php

+ 0 - 3
app/Jobs/Vps/SnapshotVmJob.php

@@ -36,9 +36,6 @@ class SnapshotVmJob extends BaseJob
             $this->sleep(25);
             return false;
         }
-
-        $this->resourceGuard()->snapshotLimit();
-
         syslog(LOG_NOTICE,"Snapshot Create for " . $this->model->id );
         $snapshot = new Snapshot();
         $snapshot->setApi($this->api());