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

Remove SlimLock when updating metadata. #2751

Merged
merged 2 commits into from
Aug 1, 2024

Conversation

brentschmaltz
Copy link
Member

@brentschmaltz brentschmaltz commented Jul 26, 2024

Metadata is now updated on a background Task.
Previously updating was behind a SlimLock which resulted in a call to RequestRefresh would block all token validations while obtaining metadata from the discovery endpoint.

Update metadata on new Task.
@brentschmaltz brentschmaltz requested a review from a team as a code owner July 26, 2024 05:36
@jennyf19 jennyf19 added this to the 8.0.2 milestone Jul 27, 2024
Copy link
Collaborator

@jennyf19 jennyf19 left a comment

Choose a reason for hiding this comment

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

:shipit:

@brentschmaltz brentschmaltz merged commit bbc09a4 into dev Aug 1, 2024
6 checks passed
@brentschmaltz brentschmaltz deleted the brentsch/ConfigurationManager branch August 1, 2024 17:31
keegan-caruso pushed a commit that referenced this pull request Aug 5, 2024
keegan-caruso added a commit that referenced this pull request Aug 5, 2024
This reverts commit bbc09a4.

Co-authored-by: Keegan Caruso <keegancaruso@microsoft.com>
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.

5 participants