We've been using BullMQ to distribute workloads across multiple servers, and so far have been amending the job data to include a __workerHost: "hostname1" property so we can tell where a job was processed.
Reading through the BullMQ docs today, I noticed that jobs can have a processedBy property that is set when a Worker is instantiated with a name option.
What are your thoughts on adding it to the job card, perhaps under the "Process started at" part of the timeline (see attached screenshot)?
Happy to submit a PR for same if that's something people would find useful.
We've been using BullMQ to distribute workloads across multiple servers, and so far have been amending the job data to include a
__workerHost: "hostname1"
property so we can tell where a job was processed.Reading through the BullMQ docs today, I noticed that jobs can have a processedBy property that is set when a Worker is instantiated with a
name
option.What are your thoughts on adding it to the job card, perhaps under the "Process started at" part of the timeline (see attached screenshot)?
Happy to submit a PR for same if that's something people would find useful.
Thanks!