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

Use reader-writer lock on AWS secrets cache #400

Conversation

mattjohnsonpint
Copy link
Member

This will ensure that any calls to read secrets from the cache will block until the cache is fully populated on initialization, and whenever its being updated.

That should hopefully resolve the intermittent secret HYPERMODE_METADATA_DB not found errors we've been seeing.

@mattjohnsonpint mattjohnsonpint requested a review from a team as a code owner September 27, 2024 19:56
Copy link

linear bot commented Sep 27, 2024

@mattjohnsonpint mattjohnsonpint merged commit 6a17d35 into main Sep 27, 2024
4 checks passed
@mattjohnsonpint mattjohnsonpint deleted the mjp/hyp-1976-error-database-not-configured-secret-hypermode_metadata_db branch September 27, 2024 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants