weyoss / redis-smq

A simple high-performance Redis message queue for Node.js.
MIT License
596 stars 64 forks source link

LockManagerExtendError: Acquired lock could not be extended #93

Closed hiendaovinh closed 2 years ago

hiendaovinh commented 2 years ago

Hi, I was experiencing this fatal error randomly and hope could you shed some light on this please. Observing the interval of PEXPIRE sometimes I saw a hang when you couldn't renew the expiration (TTL eventually results in -2).

The queue is setup without multiplexing and message.setConsumeTimeout at a much higher interval

weyoss commented 2 years ago

@hiendaovinh Thank you for reporting this issue.

I am going to investigate the issue ASAP.

I Will keep you updated. Please stay tuned.

weyoss commented 2 years ago

This issue has been resolved in redis-smq@v7.0.7

weyoss commented 2 years ago

Closing as resolved.