Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error thrown from a superworker doesn't provide enough information about the error being thrown #32

Open
rajeshkp opened this issue Oct 19, 2014 · 0 comments

Comments

@rajeshkp
Copy link

The debug log provides very minimal information about the error thrown, is there a way for the superworker to provide a gist of the exception being thrown from the debug logs.

    Superworker.debug "JID ##{item['jid']}: Error thrown"
    subjob = find_subjob_by_jid(item['jid'])
    SubjobProcessor.error(subjob, worker, item, exception) if subjob
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant