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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WFLY-14748] Allow configuration of default async context timeout in configs #673

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ropalka
Copy link
Contributor

@ropalka ropalka commented Dec 9, 2024

https://issues.redhat.com/browse/WFLY-14748

Add analysis document

Resolves #672

@ropalka ropalka added the stability-level/preview "Preview" stability level label Dec 9, 2024
@ropalka ropalka self-assigned this Dec 9, 2024
@github-actions github-actions bot added stability-level/preview "Preview" stability level and removed stability-level/preview "Preview" stability level labels Dec 9, 2024
@ropalka ropalka changed the title [WFLY-14748] Allow configuration of default async context timeout in configs Allow configuration of default async context timeout in configs Dec 9, 2024
@ropalka ropalka changed the title Allow configuration of default async context timeout in configs [WFLY-14748] Allow configuration of default async context timeout in configs Dec 9, 2024

== Overview

At present the default asynchronous context timeout for Undertow asynchronous operations is hard coded.
Copy link
Contributor

Choose a reason for hiding this comment

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

When you say "the default" is there a second mechanism they can use to set the timeout?

Copy link
Contributor Author

@ropalka ropalka Dec 17, 2024

Choose a reason for hiding this comment

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

Yes @darranl it is via io.undertow.servlet.api.DeploymentInfo.setDefaultAsyncContextTimeout()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stability-level/preview "Preview" stability level
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Add default async context timeout undertow option to management model
2 participants