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:09 +02:00
parent b9ba04c4e1
commit ecbfaa9a8a

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