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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document ShutdownDelay #32637

Merged
merged 4 commits into from
May 23, 2024
Merged

Document ShutdownDelay #32637

merged 4 commits into from
May 23, 2024

Conversation

tdykstra
Copy link
Contributor

@tdykstra tdykstra commented May 22, 2024

@@ -48,6 +48,29 @@ The `disallowRotationOnConfigChange` setting is intended for blue/green scenario

This setting corresponds to the API <xref:Microsoft.Web.Administration.ApplicationPoolRecycling.DisallowRotationOnConfigChange?displayProperty=nameWithType>

## Fix for 503's during app recycle in IIS
Copy link
Member

Choose a reason for hiding this comment

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

Not a fan of the title, here's some other thoughts:

Reduce 503 likelihood during app recycle
Delay managed app shutdown during app recycle
Delay server shutdown on recycle

aspnetcore/host-and-deploy/iis/advanced.md Outdated Show resolved Hide resolved
aspnetcore/host-and-deploy/iis/advanced.md Outdated Show resolved Hide resolved
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
@Rick-Anderson Rick-Anderson merged commit ff0729e into dotnet:main May 23, 2024
3 checks passed
@Rick-Anderson Rick-Anderson deleted the shutdowndelay branch May 23, 2024 00:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Document fix for 503's during app recycle in IIS
3 participants