Hi, thank you for creating this library. How does deduplication work? I tried to send in with() but it failed to offer the bullmq deduplication options. I am doing this in my job class, not sure if that is potentially preventing typescript detecting base options?
export default class MyJob extends Job<MyJobInputs, MyJobResponse>
Thanks in advance
Hi, thank you for creating this library. How does deduplication work? I tried to send in with() but it failed to offer the bullmq deduplication options. I am doing this in my job class, not sure if that is potentially preventing typescript detecting base options?
export default class MyJob extends Job<MyJobInputs, MyJobResponse>
Thanks in advance