Manuel Astudillo

Results 932 comments of Manuel Astudillo

The worker relies on IORedis for all the reconnection logic, we cannot build a new reconnection logic on top of that we need to assume it is working. In your...

@evheniyt let me know if you are able to implement a working workaround.

But are there online workers?

So the facts are: - the queue has delayed jobs, seem like they are delayed like 5 minutes. - at least one worker is online - there is a disconnection...

I think that on the queues that are stuck, probably the last command sent to Redis was a BZPOPMIN, after that there was a disconnection event and then when the...

The code above seems to be the renewal of a lock for a job, so that particular job seems to still be processing, what concurrency factor are you using for...

Another thing, when this happens, do getWorkers() return any workers?

Ok, so the issue here is that the job is still processing, so no new jobs are processed because this one job is consuming the maximum concurrency. It is not...

@imwexpex when this happens, do you have any active jobs at all?

@imwexpex I think the issue may be related to the worker loosing connection and for some reason unable to reconnect again.