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

Shorten the default timeout of individual call to backend #620

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

Conversation

RichardChen820
Copy link
Contributor

Shorten the default timeout of individual call to backend

@zhenlan zhenlan requested a review from Copilot February 17, 2025 22:00

Choose a reason for hiding this comment

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

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (1)

src/Microsoft.Extensions.Configuration.AzureAppConfiguration/AzureAppConfigurationProvider.cs:1136

  • Ensure that the new timeout behavior introduced by checking for TaskCanceledException with an inner TimeoutException is covered by tests.
TaskCanceledException tce = ex.InnerExceptions?.LastOrDefault(e => e is TaskCanceledException) as TaskCanceledException;
@RichardChen820 RichardChen820 force-pushed the user/junbchen/shorten_timeout_of_each_call branch from 71a346e to 4e7f8b0 Compare February 24, 2025 02:06
@zhenlan
Copy link
Contributor

zhenlan commented Feb 26, 2025

@RichardChen820 why don't merge this?

@amerjusupovic @jimmyca15 is there a plan to release 8.1.1? Should this be included?

@zhenlan
Copy link
Contributor

zhenlan commented Feb 27, 2025

Discussed offline. Won't block the 8.1.1 train. This change will be included in the next release.

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.

3 participants