feat(config): add startup_timeout option with context propagation (#739) (#750)
Docker / Build and Push (push) Canceled after 0s
github-pages / deploy (push) Canceled after 0s
Test / make test (push) Canceled after 0s
Docker / release (push) Canceled after 0s

This commit is contained in:
h44z
2026-09-02 22:28:51 +02:00
committed by GitHub
parent a2ee8d1e46
commit 4337fb7809
4 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ func main() {
internal.AssertNoError(err)
webhookManager.StartBackgroundJobs(ctx)
err = app.Initialize(cfg, wireGuardManager, userManager)
err = app.Initialize(ctx, cfg, wireGuardManager, userManager)
internal.AssertNoError(err)
validatorManager := validator.New()