Closed soharab-ic closed 1 month ago
@soharab-ic can you confirm if we can reproduce https://github.com/fission/keda-connectors/issues/159 and have cross verified fix with the same ?
@soharab-ic can you confirm if we can reproduce #159 and have cross verified fix with the same ?
Yes @sanketsudake, I reproduced the issue #159 and then verified the fix with the same.
LPop
command does not wait for new messages.BLPop
command is blocking version ofLPop
command and it blocks the connection when there are no elements to pop from the list.BLPop
forredis-http-connector
instead ofLPop
.Fixes https://github.com/fission/keda-connectors/issues/159