joao-victorsc
joao-victorsc
I'm indeed using AWS's Elasticache This is how the queue and workers are being created. options. ```js import { Redis } from 'ioredis'; const taskName = "myQueue" const connection =...
> In general queues do not get stuck, so the issue is mostly related to the workers not reconnecting properly. You can listen to other events such as the "ready"...
> But are there online workers? I've checked using `.getWorkers` and apparently yes ( idle/age will have the same value ). `.getWorkersCount` will also return one.
> So the facts are: > > * the queue has delayed jobs, seem like they are delayed like 5 minutes. > * at least one worker is online >...