mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
Add call to 'cleanup:queue' command in Init.php and remove 'cleanup:queue' command from Kernel.php
This commit is contained in:
@@ -46,7 +46,6 @@ class Kernel extends ConsoleKernel
|
||||
$this->pull_helper_image($schedule);
|
||||
$this->check_scheduled_tasks($schedule);
|
||||
}
|
||||
$schedule->command('cleanup:queue')->everyMinute()->onOneServer();
|
||||
}
|
||||
private function pull_helper_image($schedule)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user