We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bull-board doesn't seem to display the data passed to the done callback for completed jobs (the returnValue). For example, in a worker:
returnValue
done(null, {foo: 'bar'})
It would be very useful to be able to see this data. Am I missing something or it not available in bull-board?
The text was updated successfully, but these errors were encountered:
eb47e1c
@felixmosh any news about this? the job doesnt show up in completed when passing 2 parameter into done ex: done(null,{})
completed
done
done(null,{})
Using bull with
jobQueue.add( { videoId, clipsToDownload }, { removeOnComplete: false, removeOnFail: false, }, );
thx!
Sorry, something went wrong.
No branches or pull requests
bull-board doesn't seem to display the data passed to the done callback for completed jobs (the
returnValue
). For example, in a worker:It would be very useful to be able to see this data. Am I missing something or it not available in bull-board?
The text was updated successfully, but these errors were encountered: