Timeouts: hop out of queue processing as soon as we know no more are eligible for timeout by NickCraver · Pull Request #2217 · StackExchange/StackExchange.Redis
Navigation Menu
{{ message }}
StackExchange / StackExchange.Redis Public
- Notifications You must be signed in to change notification settings
- Fork 1.6k
Merged
Conversation
Copy link Copy Markdown
Collaborator
NickCraver
commented
Aug 16, 2022
NickCraver
commented
Since we're in a head-of-queue style situation here, the first non-timeout we hit means we're done - hop out and release the lock. Small docs fix tucked in here because reasons.
NickCraver added 2 commits
August 16, 2022 11:01…eligible for timeout Since we're in a head-of-queue style situation here, the first non-timeout we hit means we're done - hop out and release the lock.
NickCraver
added
🐌 performance
⏱️ timeout
labels
philon-msft approved these changes Aug 16, 2022
NickCraver
merged commit
7293213
into
main
NickCraver
deleted the
craver/timeout-optimization
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment