feat(service): add Marimo service (#5559)
This commit is contained in:
@@ -51,7 +51,7 @@ class Kernel extends ConsoleKernel
|
||||
}
|
||||
|
||||
// $this->scheduleInstance->job(new CleanupStaleMultiplexedConnections)->hourly();
|
||||
$this->scheduleInstance->command('cleanup:redis')->everyTenMinutes();
|
||||
$this->scheduleInstance->command('cleanup:redis')->hourly();
|
||||
|
||||
if (isDev()) {
|
||||
// Instance Jobs
|
||||
|
||||
Reference in New Issue
Block a user