Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: connect ETIMEDOUT 13.107.42.20:443 when working with a large number (about 450) of work items #156

Open
jwang242 opened this issue Sep 25, 2024 · 0 comments

Comments

@jwang242
Copy link

The task works fine with a query which returns less than 100 work items.

However, for a query that returns about 450 work items, the task always fails with the following errors:
Error: connect ETIMEDOUT 13.107.42.20:443

When system diagnostics is enabled
##[debug]Caught an error in main: Error: read ECONNRESET
##[debug]task result: Failed
##[error]Error: read ECONNRESET
##[debug]Processed: ##vso[task.issue type=error;]Error: read ECONNRESET
##[debug]Processed: ##vso[task.complete result=Failed;]Error: read ECONNRESET

The task is set to retry 10 times and all failed. Sometimes it timed out when processing 100 items, sometimes it was able to process more items... So it's not consistent as to when it times out.

I set the 'workItemLimit' to 500. Is there an upper limit?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant