Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Apr 6, 2024

Fixes #3435

Backport of #3447 to release/8.0

/cc @karolz-ms @dotnet-maestro[bot]

Customer Impact

This insertion brings a fix for "could not start a project: context deadline exceeded" that many internal testers have encountered intermittently this week. If not fixed, launching Aspire projects will be unreliable, especially for developers who have slower machines.

Testing

Several people tested manually (incl. Devin Breshears, Damian Edwards and myself)

Risk

Low. It is a simple timeout increase, with ability to re-configure by end users.

Relevant DCP PR: https://github.com/microsoft/usvc-apiserver/pull/325

Regression?

Yes. Previously the request to launch a project via IDE (Visual Studio) had no timeout and could hang indefinitely. That was changed, but the applied timeout was too short and could not be changed by end users.

Microsoft Reviewers: Open in CodeFlow

…build 0.2.1

Microsoft.DeveloperControlPlane.darwin-amd64 , Microsoft.DeveloperControlPlane.darwin-arm64 , Microsoft.DeveloperControlPlane.linux-amd64 , Microsoft.DeveloperControlPlane.linux-arm64 , Microsoft.DeveloperControlPlane.windows-386 , Microsoft.DeveloperControlPlane.windows-amd64 , Microsoft.DeveloperControlPlane.windows-arm64
 From Version 0.2.0 -> To Version 0.2.1
@ghost ghost added the area-codeflow for labeling automated codeflow. intentionally a different color! label Apr 6, 2024
@dotnet-policy-service dotnet-policy-service bot added the Servicing-consider Issue for next servicing release review label Apr 6, 2024
@danmoseley danmoseley added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Apr 8, 2024
@RussKie RussKie merged commit 0ea811e into release/8.0 Apr 9, 2024
@RussKie RussKie deleted the backport/pr-3447-to-release/8.0 branch April 9, 2024 01:26
@danmoseley danmoseley mentioned this pull request Apr 12, 2024
@github-actions github-actions bot locked and limited conversation to collaborators May 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-codeflow for labeling automated codeflow. intentionally a different color! Servicing-approved Approved for servicing release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[WebToolsE2E] [Unstable] When running Aspire app, we sometimes see that the run session fails to start with error context deadline exceeded

4 participants