chore: Refactor DockerCleanupJob to remove unused middleware and uniqueId method

This commit is contained in:
Andras Bacsai
2024-09-23 12:10:46 +02:00
parent 960f970822
commit 04e504bb8b
5 changed files with 17 additions and 14 deletions

View File

@@ -28,7 +28,7 @@ class StopDatabase
$this->stopContainer($database, $database->uuid, 300);
if (! $isDeleteOperation) {
if ($dockerCleanup) {
CleanupDocker::run($server, true);
CleanupDocker::dispatch($server, true);
}
}