Manuel Astudillo

Results 633 comments of Manuel Astudillo
trafficstars

Ah yes you are right sorry for the confusion. So I guess pinging Redis is the best we can do for now.

I am not sure what is the proper way to do here, because note that if you do this: ```ts const redisClient = new Redis({ enableOfflineQueue: false }); await redisClient.ping();...

I am leaning towards an option where you can choose if you want to wait for the connection to be ready or not, as otherwise there will always be somebody...

I think we can close this now as a solution has been provided.

Yes, we are trying to move some settings to the workers to reduce memory usage.

This is an interesting PR. I wonder if you have a link with more information regarding the type Serialize, as I guess this has been discussed in some other forums,...

how can we know that the implementation of Serialize is correct?

Is the remix license incompatible with BullMQ? I wondering in case we could just use that code as is?

I think that before we can merge this we are going to need a pretty good test coverage to avoid breaking existing codebases if for instance typescript would complain on...