Fix error handling in GetContainersStatus.php and increase length of stripe_comment field in migrations

This commit is contained in:
Andras Bacsai
2024-05-10 12:10:47 +02:00
parent 64d27156f5
commit 1fb7e97700
3 changed files with 29 additions and 332 deletions

View File

@@ -339,7 +339,7 @@ class GetContainersStatus
instant_remote_process($connectProxyToDockerNetworks, $this->server, false);
}
} catch (\Exception $e) {
send_internal_notification("ContainerStatusJob failed on ({$this->server->id}) with: " . $e->getMessage());
// send_internal_notification("ContainerStatusJob failed on ({$this->server->id}) with: " . $e->getMessage());
ray($e->getMessage());
return handleError($e);
}