Closed craigdub closed 3 months ago
There's no way to set retries currently for completion jobs. :disappointed:
Thanks for getting back! Curious, Is this intended by design or it just hasn't been implemented?
It's never been implemented
Completion jobs were replaced with dead letter queues in v10, which would support retries like any other queue.
I am trying to utilize onComplete feature but I am not finding a way to have retries on the statecompleted__ entries.
I am concerned in the event of network errors or server restarts on deploy this will fail the completed jobs and then they will never get executed.
Is there a way to do this?