Hello @adam,
Have you ever experienced this kind of .NET errors ?
Category: Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware
EventId: 1
ConnectionId: 0HM29Q17DJBGR
RequestId: 0HM29Q17DJBGR:00000001
RequestPath: /v2/vault
SpanId: a027a7fdcd9a8a4e
TraceId: 49f06b1751394243b352117de8a41934
ParentId: 0000000000000000An unhandled exception has occurred while executing the request.
Exception:
Grpc.Core.RpcException: Status(StatusCode=Cancelled, Detail=“Cancelled”)
at Universal.Server.Services.ApiProxy.ExecuteAsync(HttpContext httpContext) in D:\a\universal\universal\src\Universal.Server\Services\ApiProxy.cs:line 186
at Universal.Server.Middleware.RoutingMiddleware.Invoke(HttpContext httpContext, IPolicyEvaluator policyEvaluator) in D:\a\universal\universal\src\Universal.Server\Middleware\RoutingMiddleware.cs:line 58
at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
I have daily around 2.5k clients sending status to the API endpoint around 11h15 and everyday the server gets overwelm with lsass.exe taking all the CPU and errors like that flooding the Windows / application logs.
Any help on this would be greatly appreciated.
had the same experience with 1.3.0 and just updated to 1.3.1 to test if it would get better and still the same.
PSU is running on a Windows Server 2019 (1809) with IIS 10. HTTPS is enabled IIS and on Kestrel