mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-22 22:19:30 +00:00
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