INNER CODE UNIT · Go

MULTI_TENANT_ENABLED

LerianStudio/midaz · components/tracer/cmd/migrate-cel-rules/main.go:73

MULTI_TENANT_ENABLED=true and exits non-zero. Per-tenant execution is a follow-up.

Rollout is STOP-THE-WORLD / DRAINED: there is no currency->asset alias, so the
CEL env variable and the stored rules must both be asset before any instance
serves traffic. Configuration and the database connection are read from the
same environment variables as the tracer service.

Flags:
`)
	flag.PrintDefaults()
}

// run wires the migration from the shared bootstrap and dispatches to up/down.
// Extracted from main so it can return an error and exit cleanly via os.Exit
// instead of skipping deferred cleanup.
func run(up, down bool) error {
	pkg.InitLocalEnvConfig()

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…