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

Startup performance improvements #85

Merged
merged 1 commit into from
Oct 5, 2023
Merged

Conversation

karolz-ms
Copy link
Member

Includes some tweaks to instrumentation

Includes some tweaks to instrumentation
@karolz-ms karolz-ms requested a review from danegsta October 5, 2023 21:55
@@ -111,16 +109,6 @@ private async Task EnsureDcpHostRunningAsync(CancellationToken cancellationToken
}

(_, _dcpRunDisposable) = ProcessUtil.Run(dcpProcessSpec);

try
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With the retry logic that we now have in KubernetesService we simply do not need this check

@@ -11,7 +11,7 @@
<PropertyGroup>
<!-- Package versions defined directly in <reporoot>/Directory.Packages.props -->
<MicrosoftDotnetSdkInternalPackageVersion>8.0.100-rc.1.23422.1</MicrosoftDotnetSdkInternalPackageVersion>
<_DcpVersion>0.1.31-rc.6</_DcpVersion>
<_DcpVersion>0.1.32-rc.6</_DcpVersion>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This version should bring significant startup time reduction for DCP

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this just be 0.1.32 instead of 0.1.32-rc.6?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Nuget restore was very unhappy when I only had 0.1.32 and told me the latest version was 0.1.32-rc.6 🤷‍♂️ Not sure what adds the -rc.6 part...

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll take a look at the builds later; should be the exact same bits as 0.1.32 anyway, so not critical to fix right now.

@karolz-ms karolz-ms merged commit 92a1beb into main Oct 5, 2023
@karolz-ms karolz-ms deleted the dev/karolz/perf-improvements branch October 5, 2023 23:12
@github-actions github-actions bot locked and limited conversation to collaborators May 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants