feat(automation): add scheduled minio memory sync jobs
This commit is contained in:
+1
-1
@@ -200,7 +200,7 @@ export async function startDaemon(config: Config, options?: StartDaemonOptions):
|
||||
}
|
||||
|
||||
// ── Lifecycle ──
|
||||
await startServices({ config, lifecycle, channelRegistry, gateway, modelRouter, memoryDir, dataDir });
|
||||
await startServices({ config, lifecycle, channelRegistry, gateway, modelRouter, memoryStore, memoryDir, dataDir });
|
||||
const backupScheduler = new BackupScheduler({
|
||||
dataDir,
|
||||
backupConfig: config.backup,
|
||||
|
||||
Reference in New Issue
Block a user