Manuel Astudillo

Results 933 comments of Manuel Astudillo

Not sure what this PR is fixing, @YeaMerci could you please clarify a bit?

Unfortunately the python pipeline is still hanging. Did the test run all the way locally in your machine?

We are exploring the idea of storing as job locks some unique worker ID, so that we can map which jobs that are currently active with the current online workers.

Thanks for the issue. The "cleaned" event is only emitted when the queue is cleaned with the "clean" method, not when jobs are auto-removed due to removeOnComplete/Fail settings. Currently we...

I see. For jobs that complete, you could do the clean up as the last step, for failing jobs I think you should try to do the clean up by...

@CaitW if you are using "age" for removeOnComplete/removeOnFail, please notice that the jobs are being removed lazily, so this can lead to confusion as jobs that are older than age...

@RGAlexander216 Could you also add a test that fails without your fixes but passes with them? otherwise we cannot know if this really is fixing an issue or not.

> Here's what I see (replaced ip addresses): > > ``` > # redis-cli --tls -h xyz monitor | grep -i bzpopmin > 1761662641.623045 [0 abc:38234] "bzpopmin" "bull:priority:marker" "5" >...

@adamplumb I would be interested in all the commands from that particular queue, I would like to know if there are other commands issued besides bzpopmin for that queue.

I do not have time to parse that source code, but a couple of things you can do: make sure you set maxRetriesPerRequest to null so that the workers will...