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

View returnValue for completed jobs? #184

Closed
grahamb opened this issue Dec 2, 2020 · 1 comment
Closed

View returnValue for completed jobs? #184

grahamb opened this issue Dec 2, 2020 · 1 comment

Comments

@grahamb
Copy link

grahamb commented Dec 2, 2020

bull-board doesn't seem to display the data passed to the done callback for completed jobs (the returnValue). For example, in a worker:

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?

@romain130492
Copy link

romain130492 commented Sep 3, 2022

@felixmosh any news about this? the job doesnt show up in completed when passing 2 parameter into done
ex: done(null,{})

Using bull with

  jobQueue.add(
      { videoId, clipsToDownload },
      {
        removeOnComplete: false,
        removeOnFail: false,
      },
    );

thx!

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

2 participants