Add expo backoff

This commit is contained in:
Owen
2026-01-12 12:20:59 -08:00
parent fbe686961e
commit faae551aca
5 changed files with 123 additions and 25 deletions

View File

@@ -219,6 +219,7 @@ func runOlmMainWithArgs(ctx context.Context, cancel context.CancelFunc, signalCt
Agent: "Olm CLI",
OnExit: cancel, // Pass cancel function directly to trigger shutdown
OnTerminated: cancel,
PprofAddr: ":4444", // TODO: REMOVE OR MAKE CONFIGURABLE
}
olm.Init(ctx, olmConfig)