You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, tsdump upload sub command had 10 workers which were uploading time
series data to Datadog. The upload request had retry configuration with `100`
max retries with max backoff of `2s`. This was resulting in high upload time
for tsdump uploads. This patch updates worker count to `20` with max backoff of
`100ms`.
Epic: None
Fixes: #146089
Release note: None
0 commit comments