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

Fix redis connection pooling for nonce management #111

Merged
merged 8 commits into from
Jan 21, 2025

Conversation

LyleDavis
Copy link
Member

This previously wasn’t pooling redis connections properly.

I’ve removed redlock as we weren’t using its distributed functionality, replacing it with just standard key in redis set with NX to reuse the same connection pool and use a single operation to avoid thread/process conflicts.

@LyleDavis LyleDavis changed the title Fix redis connection management for nonce management Fix redis connection pooling for nonce management Jan 20, 2025
noodl
noodl previously approved these changes Jan 20, 2025
@LyleDavis LyleDavis dismissed stale reviews from LauraCollins-Sage and noodl via 0060007 January 20, 2025 12:09
@LyleDavis LyleDavis marked this pull request as ready for review January 20, 2025 12:17
noodl
noodl previously approved these changes Jan 20, 2025
@LyleDavis LyleDavis dismissed stale reviews from noodl and LauraCollins-Sage via 12a3bf7 January 20, 2025 13:35
@LyleDavis LyleDavis merged commit 73e112a into master Jan 21, 2025
6 checks passed
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.

3 participants