Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion internal/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ type (
MaxConcurrentDecisionTaskPollers int

// optional: Sets the minimum number of goroutines that will concurrently poll the
// cadence-server to retrieve decision tasks. If FeatureFlags.PollerAutoScalerEnabled is set to true,
// cadence-server to retrieve decision tasks. Unless FeatureFlags.PollerAutoScalerEnabled is set to true,
// changing this value will NOT affect the rate at which the worker is able to consume tasks from a task list.
// Default value is 1
MinConcurrentDecisionTaskPollers int
Expand Down