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 1785f78 commit 7f5d5f3Copy full SHA for 7f5d5f3
internal/internal_worker_base.go
@@ -53,7 +53,7 @@ const (
53
54
var (
55
pollOperationRetryPolicy = createPollRetryPolicy()
56
- concurrentTaskHistogramBuckets = tally.ValueBuckets{10, 20, 50, 100, 150, 200, 400, 600, 800, 1000, 1500, 2000, 3000, 5000, 10000}
+ concurrentTaskHistogramBuckets = tally.ValueBuckets{0, 10, 20, 50, 100, 150, 200, 400, 600, 800, 1000, 1500, 2000, 3000, 5000, 10000}
57
)
58
59
var errShutdown = errors.New("worker shutting down")
0 commit comments