chore: Remove commented out code for sending internal notification

This commit is contained in:
Andras Bacsai 2024-07-22 09:50:49 +02:00
parent 8ffbccf7db
commit 12261b9082

View File

@ -18,7 +18,7 @@ public function handle()
if ($servers->count() > 0) {
foreach ($servers as $server) {
echo "Cleanup unreachable server ($server->id) with name $server->name";
send_internal_notification("Server $server->name is unreachable for 7 days. Cleaning up...");
// send_internal_notification("Server $server->name is unreachable for 7 days. Cleaning up...");
$server->update([
'ip' => '1.2.3.4',
]);