felixmosh / bull-board

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

feat: add processedOn to job card if set #719

Closed shane-streettext closed 2 months ago

shane-streettext commented 2 months ago

As of BullMQ v5.3.0, workers can now be named. Jobs processed by named workers will have the processedBy property set on them.

This PR adds the value of this property (if set) to the JobCard beneath the "Processed on" timeline label.

image

closes felixmosh/bull-board#718

felixmosh commented 2 months ago

Thank you for this PR 🙏🏽