chore: Update cleanup command to use Redis instead of queue
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user