felixmosh / bull-board

🎯 Queue background jobs inspector
MIT License
2.36k stars 366 forks source link

Show percentage when progress is an object #828

Closed difagume closed 1 month ago

difagume commented 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 }

when I set the job progress as an object the progress percentage is no longer displayed in bullboard.

2024-10-08-20_40_35

I updated the component to show the progress whether it is a number or an object.

2024-10-08-20_42_08

I think this change will be beneficial to many people who pass an object in the job progress.

felixmosh commented 1 month ago

Thank you for reporting this issue.