You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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...)
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.
The text was updated successfully, but these errors were encountered: