We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bad031c commit d28e7ecCopy full SHA for d28e7ec
common/dynamicconfig/constants.go
@@ -204,7 +204,7 @@ const (
204
// the following reasons:
205
// 1. There are no workflows currently marked as open in the visibility store but a worker for the demoted version
206
// is currently processing a task.
207
- // 2. There are delays in the asynchrnous visiblity task processor.
+ // 2. There are delays in the visibility task processor (which is asynchronous).
208
// 3. There's propagation delay of the versioning data between matching nodes.
209
ReachabilityQuerySetDurationSinceDefault = "frontend.reachabilityQuerySetDurationSinceDefault"
210
// TaskQueuesPerBuildIdLimit limits the number of task queue names that can be mapped to a single build id.
0 commit comments