temporary disable containerstatusjob failed

This commit is contained in:
Andras Bacsai 2023-09-24 17:31:41 +02:00
parent ba74d55b4c
commit e9149e534d

View File

@ -258,7 +258,7 @@ public function handle(): void
$this->server->team->notify(new ContainerStopped($containerName, $this->server, $url));
}
} catch (\Throwable $e) {
send_internal_notification('ContainerStatusJob failed with: ' . $e->getMessage());
// send_internal_notification('ContainerStatusJob failed with: ' . $e->getMessage());
ray($e->getMessage());
throw $e;
}