Manuel Astudillo
Manuel Astudillo
Could you please produce the actual source code that reproduces the issue?
Well, if the job is completed and you replace it, nothing will happen right as the job is already completed, so it is better to keep the job data, opts...
the thing is, you cannot have 2 jobs with the same ID, it is impossible as the id is used for the key in Redis. Replacing a job would not...
Yes, the reason why it reuses the process is because it is slow to spawn a new process for every job. If you already have a solution it would be...
Thanks for the issue. I will add a "Redis Hosting Alternatives" section to the documentation where I also will include MemoryDB.
Working on the documentation right now.
https://docs.bullmq.io/guide/redis-tm-hosting/aws-memorydb
Let me know if it works as expected.
@gauravGupshup is this the most important change to make it work? ``` dnsLookup: (address, callback) => callback(null, address), ```
There is no such error in BullMQ.