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
commit 3df721909b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -52,7 +52,7 @@ protected function schedule(Schedule $schedule): void
}
// $this->scheduleInstance->job(new CleanupStaleMultiplexedConnections)->hourly();
$this->scheduleInstance->command('cleanup:redis')->hourly();
$this->scheduleInstance->command('cleanup:redis')->weekly();
if (isDev()) {
// Instance Jobs