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 f453fb3 commit d2e13fdCopy full SHA for d2e13fd
internal/worker/concurrency.go
@@ -33,7 +33,7 @@ var _ Permit = (*permit)(nil)
33
// ConcurrencyLimit contains synchronization primitives for dynamically controlling the concurrencies in workers
34
type ConcurrencyLimit struct {
35
PollerPermit Permit // controls concurrency of pollers
36
- TaskPermit Permit // controlls concurrency of task processings
+ TaskPermit Permit // controls concurrency of task processing
37
}
38
39
// Permit is an adaptive permit issuer to control concurrency
0 commit comments