Replies: 1 comment
-
Reading https://lettuce.io/core/release/reference/index.html#faq.timeout.blpop one more time..
Is this what happens if a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use
BLPOP
but I'm a bit confused about the various timeouts.I have been experimenting a little bit with different values of the command timeout (specifically set for only
BLPOP
via aTimeoutSource
) and the timeout given as a parameter to theBLPOP
operation. My experience this far has been that setting theBLPOP
operation timeout to a higher value than the command timeout is not a good idea, it looks like I'm not getting anything popped from the list at all 🤔 Is this in line with expectations, or am I doing something wrong? And I guess that as aBLPOP
operation timeout of 0 seems to mean no timeout at all, it's equally bad when combined with a Lettuce command timeout?Beta Was this translation helpful? Give feedback.
All reactions