Yousif
Yousif
Given that the intention is to make a breaking change with goose and how we structure it, I feel ok with going with 1.17.x as minimum version, especially since we...
Would this new batch API pipeline the existing `EVALSHA` enqueue scripts or it will use a new Lua script that takes the batch of tasks and enqueue them all at...
I hit the `math.MaxInt64` bug when I wanted to enable "unlimited" retries because the field gets cast to int32 when encoding the message before storing it in Redis. So instead...
I was reading the issue linked and does `MBRPOPLPUSH` help if the dequeue happens in a Lua script? Wouldn't the Lua script itself still block the entire server while this...
While there is a race condition, is there an actual risk of task duplication? Take 2 workers W1 and W2 and an expired task T1 and consider this timeline of...
This is necessary for a Redis cluster so all the keys related to a queue go to one node. So when a Lua script executes for a particular queue, all...