felixmosh / bull-board

🎯 Queue background jobs inspector
MIT License
2.14k stars 342 forks source link

Customize job error display #714

Closed kibertoad closed 11 hours ago

kibertoad commented 3 months ago

Currently Error tab for a job displays error message and the stacktrace, but not anything else.

It would be great if either all other enumerable fields would be included by default as well, or if it would at least be possible to somewhere specify which exact fields need to be displayed if available as well. This is very useful for errors with extra metadata in them.

felixmosh commented 3 months ago

Hi @kibertoad thank you for this feature request, sounds reasonable. If I'm not wrong, stacktrace & message are comming from bull / bullmq itself, this means that it is not saving anything else (in Redis).

I've asked for the same feature in bullmq: https://github.com/taskforcesh/bullmq/issues/254

stale[bot] commented 1 week ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.