Skip to content

Commit 8167351

Browse files
authored
Remove flag for cancelling work polls on shutdown (temporalio#2288)
1 parent 2503975 commit 8167351

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

internal/cmd/build/main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ func (b *builder) integrationTest() error {
161161
"--dynamic-config-value", `component.nexusoperations.useSystemCallbackURL=false`,
162162
"--dynamic-config-value", `component.nexusoperations.callback.endpoint.template="http://localhost:7243/namespaces/{{.NamespaceName}}/nexus/callback"`,
163163
"--dynamic-config-value", "frontend.ListWorkersEnabled=true",
164-
"--dynamic-config-value", "frontend.enableCancelWorkerPollsOnShutdown=true",
165164
},
166165
})
167166
if err != nil {

0 commit comments

Comments
 (0)