timgit / pg-boss

Queueing jobs in Node.js using PostgreSQL like a boss

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A way for onComplete job to have retries

craigdub opened this issue · comments

I am trying to utilize onComplete feature but I am not finding a way to have retries on the state__completed 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?

There's no way to set retries currently for completion jobs. 😞

Thanks for getting back! Curious, Is this intended by design or it just hasn't been implemented?

It's never been implemented