toniq icon indicating copy to clipboard operation
toniq copied to clipboard

Add optional `handle_error` function to Toniq.Worker module

Open davecummings opened this issue 7 years ago • 0 comments

In Toniq's current behavior, failed jobs are logged. This PR will maintain that as the default behavior but allow developers implementing logic using the Toniq.Worker module to implement a handle_error(job, error, stack) function with desired behavior.

davecummings avatar Oct 12 '17 22:10 davecummings