Tim Jones
Tim Jones
Yes! Thanks
This is supported now in v10
There's no way to set retries currently for completion jobs. :disappointed:
It's never been implemented
Completion jobs were replaced with dead letter queues in v10, which would support retries like any other queue.
I think we're running into this issue as well. In our case, we want to reuse the same client retrieved from a pool, then loop through a set of files...
I will try and reproduce the error by building a filestream and force-throwing to verify later. For now, I can verify the above code doesn't just resolve it. In fact,...
This version is working on our setup using Node 14. I will report back if we see this issue again. Thanks
I think the idea is great, but I'm not confident on what the implementation should look like quite yet. The queue table could store the previous and next scheduled job...
onComplete was removed in v10 and I'm not currently planning on bringing them back. Dead letter queues handle the majority use case of orchestration of the failure completion state.