fix: only run server storage every 10 mins if sentinel is not active
This commit is contained in:
@@ -54,7 +54,7 @@ class ServerCheck
|
||||
|
||||
} else {
|
||||
['containers' => $this->containers, 'containerReplicates' => $containerReplicates] = $this->server->getContainers();
|
||||
ServerStorageCheckJob::dispatch($this->server);
|
||||
// ServerStorageCheckJob::dispatch($this->server);
|
||||
}
|
||||
|
||||
if (is_null($this->containers)) {
|
||||
|
||||
Reference in New Issue
Block a user