chore: Remove commented out code for sending internal notification
This commit is contained in:
parent
8ffbccf7db
commit
12261b9082
@ -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',
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user