go-workers
go-workers copied to clipboard
Error & Retry
The Job func without returning a error value, so how to judge whether a job is success and should retry? Is panic in Job func indicates failed and should retry?