chore: Update cleanup command to use Redis instead of queue

This commit is contained in:
Andras Bacsai
2024-09-23 23:48:12 +02:00
parent 688c27c901
commit 57d8930f9e
11 changed files with 34 additions and 114 deletions

View File

@@ -53,7 +53,7 @@ class Init extends Command
} else {
$this->cleanup_in_progress_application_deployments();
}
$this->call('cleanup:queue');
$this->call('cleanup:redis');
$this->call('cleanup:stucked-resources');
if (isCloud()) {