Closed difagume closed 1 month ago
I am using bull board with bullMQ, in the job progress I am sending an object e.g.: { progress: 70, total: 100, completed: 50 }
{ progress: 70, total: 100, completed: 50 }
when I set the job progress as an object the progress percentage is no longer displayed in bullboard.
I updated the component to show the progress whether it is a number or an object.
I think this change will be beneficial to many people who pass an object in the job progress.
Thank you for reporting this issue.
I am using bull board with bullMQ, in the job progress I am sending an object e.g.:
{ progress: 70, total: 100, completed: 50 }
when I set the job progress as an object the progress percentage is no longer displayed in bullboard.
I updated the component to show the progress whether it is a number or an object.
I think this change will be beneficial to many people who pass an object in the job progress.