From 2c2745d042e6be89d65d55bb922e25cf3a59df6d Mon Sep 17 00:00:00 2001 From: jmaeagle99 <44687433+jmaeagle99@users.noreply.github.com> Date: Thu, 9 Apr 2026 12:13:03 -0700 Subject: [PATCH] Remove flag for cancelling work polls on shutdown --- internal/cmd/build/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/cmd/build/main.go b/internal/cmd/build/main.go index 8c1acec88..297593e60 100644 --- a/internal/cmd/build/main.go +++ b/internal/cmd/build/main.go @@ -161,7 +161,6 @@ func (b *builder) integrationTest() error { "--dynamic-config-value", `component.nexusoperations.useSystemCallbackURL=false`, "--dynamic-config-value", `component.nexusoperations.callback.endpoint.template="http://localhost:7243/namespaces/{{.NamespaceName}}/nexus/callback"`, "--dynamic-config-value", "frontend.ListWorkersEnabled=true", - "--dynamic-config-value", "frontend.enableCancelWorkerPollsOnShutdown=true", }, }) if err != nil {