Skip to content

Commit 601ca80

Browse files
Use new ASP.NET Core environment variable
Just found that it is necessary to update Orleans doc Kubernetes hosting - .NET | Microsoft Learn It sets old .NET Framework environment variable DOTNET_SHUTDOWNTIMEOUTSECONDS Please see https://learn.microsoft.com/en-us/aspnet/core/fundamentals/host/generic-host?view=aspnetcore-9.0#settings-for-all-app-types
1 parent fec022f commit 601ca80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/orleans/deployment/kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ spec:
9999
valueFrom:
100100
fieldRef:
101101
fieldPath: status.podIP
102-
- name: DOTNET_SHUTDOWNTIMEOUTSECONDS
102+
- name: ASPNETCORE_SHUTDOWNTIMEOUTSECONDS # See .NET Generic Host in ASP.NET Core ShutdownTimeout https://learn.microsoft.com/en-us/aspnet/core/fundamentals/host/generic-host?view=aspnetcore-9.0#shutdowntimeout
103103
value: "120"
104104
request:
105105
# Set resource requests

0 commit comments

Comments
 (0)