Skip to content

Handle TaskCancelledException in Arcade SDK "DownloadFile" Task #10534

@MattGal

Description

@MattGal

As seen here: https://github.com/dotnet/arcade/blob/main/src/Microsoft.DotNet.Arcade.Sdk/src/DownloadFile.cs#L123
We retry for OperationCancelled but not TaskCancelled. We should handle both scenarios for when network connections are flaky and hit Http Client timeouts (this can be surfaced as a TaskCancelledException)

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions