Merge pull request #6147 from coollabsio/next

fix(scheduling): change redis cleanup command frequency from hourly to weekly for better resource management
This commit is contained in:
Andras Bacsai
2025-07-08 10:57:41 +02:00
committed by GitHub

View File

@@ -52,7 +52,7 @@ class Kernel extends ConsoleKernel
} }
// $this->scheduleInstance->job(new CleanupStaleMultiplexedConnections)->hourly(); // $this->scheduleInstance->job(new CleanupStaleMultiplexedConnections)->hourly();
$this->scheduleInstance->command('cleanup:redis')->hourly(); $this->scheduleInstance->command('cleanup:redis')->weekly();
if (isDev()) { if (isDev()) {
// Instance Jobs // Instance Jobs