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: Rewrite concurrency tracking mechanism to use Redis sets #3155

Draft
wants to merge 1 commit into
base: refactor/rootctx-hierarchical-init
Choose a base branch
from

Conversation

achimnol
Copy link
Member

@achimnol achimnol commented Nov 27, 2024

This PR introduces a new global stateful object ConcurrencyTracker that provides a unified interface to keep track of per-keypair maximum concurrent session limits.

Relationship:

Checklist: (if applicable)

  • Milestone metadata specifying the target backport version
  • Mention to the original issue
  • Test case(s)

📚 Documentation preview 📚: https://sorna--3155.org.readthedocs.build/en/3155/


📚 Documentation preview 📚: https://sorna-ko--3155.org.readthedocs.build/ko/3155/

Copy link
Member Author

achimnol commented Nov 27, 2024

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

@github-actions github-actions bot added area:docs Documentations comp:manager Related to Manager component size:XL 500~ LoC labels Nov 27, 2024
@achimnol achimnol linked an issue Nov 27, 2024 that may be closed by this pull request
@achimnol achimnol force-pushed the refactor/rootctx-hierarchical-init branch from 8ce4dc0 to 46c011a Compare November 27, 2024 12:50
@achimnol achimnol force-pushed the topic/fix-session-concurrency-tracking branch from b8ffce0 to 24ef1cc Compare November 27, 2024 12:50
@achimnol achimnol force-pushed the refactor/rootctx-hierarchical-init branch from 46c011a to 535e3b7 Compare January 3, 2025 09:26
@achimnol achimnol force-pushed the topic/fix-session-concurrency-tracking branch from 24ef1cc to 68cdf04 Compare January 3, 2025 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:docs Documentations comp:manager Related to Manager component size:XL 500~ LoC
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Introduce the new unified ConcurrencyTracker interface
1 participant