You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Redis-backed queues are no longer listened to once a list is empty.
* LPop does not wait for new messages.
* Use BLPop which is blocking version for LPop and waits for new messages.
Signed-off-by: Md Soharab Ansari <[email protected]>
0 commit comments