revert sending notification

This commit is contained in:
Andras Bacsai 2023-09-24 17:51:01 +02:00
parent 0509da6730
commit 6138ddcac6

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;
}