Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
On my team, we've been implementing error handling in agenda jobs in one of two ways:
job.fail(err); job.save(), returnAfter looking at the job processing code for the
runmethod, I confirmed the two approaches were equivalent.While I love digging thru the source code, a quick blurb on error handling in the docs would be super helpful.
TODO