David Haney
David Haney
Happy to help - what are you looking for an example of?
I just ran into this issue also. Last night I installed the Sentry profiler. With profiling enabled at 0.2 with tracing at 0.2 my app which normally runs at 5-10%...
I'm re-enabling and redeploying now at 0.2 and 0.2. Code: ```csharp // Sentry monitoring builder.WebHost.UseSentry((ctx, sentryConfig) => { // For Sentry config later on var sentryOptions = new SentryOptions(); ctx.Configuration.GetSection("SentrySettings").Bind(sentryOptions);...
Appears to still be an issue with 4.7.0 - turning it back off for now. 
@jamescrosswell I can certainly do my best. The app in question is a production app that I can't really be experimenting with. But I can probably temporarily spin up a...
@jamescrosswell sorry for the delay. I'll be testing this today.
I've deployed to a dedicated Azure AppService (Linux) slot. I've enabled profiling per the settings above (0.2/0.2) and am now waiting for the app to repro the perf issues. Once...
@jamescrosswell yeah it's spinning out of control. I'm going to let it run for an hour or two until it starts timing out requests, then capture a memory dump. I'm...
So after a few hours of literally 0 traffic here's the memory pattern and CPU pattern. Memory:  The peaks here are 600MB of working set, my app normally runs...
Disabling SignalR didn't change things. I'll try disabling the `HostedService` classes next.  Those drops in CPU are every 45 minutes almost on the dot. Probably an Azure hosting thing...