Stefan Kürzeder

Results 16 comments of Stefan Kürzeder

Currently the default value, but using for example 1s isn't changing the behaviour. ```c# collection.Configure(o => o.ShutdownTimeout = TimeSpan.FromSeconds(1)); ```

Gets called: ``` [07:19:00] Loading resource test Start info: Microsoft.Hosting.Lifetime[0] Application started. Press Ctrl+C to shut down. info: Microsoft.Hosting.Lifetime[0] Hosting environment: Production info: Microsoft.Hosting.Lifetime[0] Content root path: /opt/altv Started [07:19:00]...

Okay, so this seems like a wont fix. I will look into it further and keep the issue updated. But I guess this won't really affect me very much.

>I wonder you've put anything in the Configure(...) method. I am actually configuring the Service Provider with my services but in this Issue, it's a bare minimum example to reproduce...

I was able to resolve my problem by rewriting my Functions using the dotnet-isolated process model. I had no further success by using the classical process model and trying many...

I guess maybe the issue was one of my types used for the request body or response could not be correctly parsed. But as I said I am not really...

Update: I have enabled and configured the awsproxy extension but it still seems to get ignored. This is the documentation I followed: https://aws-otel.github.io/docs/getting-started/remote-sampling. My config is basically the same (as...

This is still not resolved. But I am not sure how I can tell the bot to reopen. /reopen

The last build was 3 years ago, I haven't touched that library since. I guess if you would try to compile it with the latest SDK it could _just_ work...