remove: unnecessary notification
This commit is contained in:
parent
dc4916dc19
commit
9d05276f94
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ public function handle(): void
|
|||
Log::info('No need to clean up '.$this->server->name);
|
||||
}
|
||||
} catch (\Throwable $e) {
|
||||
send_internal_notification('DockerCleanupJob failed with: '.$e->getMessage());
|
||||
// send_internal_notification('DockerCleanupJob failed with: '.$e->getMessage());
|
||||
ray($e->getMessage());
|
||||
throw $e;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue