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

BUG: failed jobs showing stale information in "Error" tab after manual retry #862

Open
itay-davidson opened this issue Dec 18, 2024 · 1 comment

Comments

@itay-davidson
Copy link

When I manually retry failed jobs in my and they fail again, the information shown in the "Error" is that of the first retry, not that of the latest.

This can be quite frustrating as not all jobs have proper logs, and it leaves me with no choice other than checking my app logs which is time consuming.

Error information should probably be that of the latest retry, or maybe an aggregation of all tries.

@felixmosh
Copy link
Owner

Hi, thank you for reporting this issue.

Bull-board doesn't saves any Queue or Job state, this means that it takes the data avilable on the queue each request.
Which means that probably bull / bullmq has this issue.
Can you try debugging it?

(do the entire flow from within you app, and get the failed job...)

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