Yuki
Yuki
It may be worth noting that this reliance on the queue's `client.serverInfo` field being updated after an `INFO` query was broken beginning with Bull [2.0.0](https://github.com/OptimalBits/bull/blob/develop/CHANGELOG.md#v200), as a result of this...
Super sorry for the excessive mentions all! (Was doing a bit of cleanup and of course GH has appended to this discussion for every instance of these commits.) That said,...
> @Rua-Yuki > it appears addBulk uses pipeline as well > > ``` > Job.createBulk = function(queue, jobs) { > jobs = jobs.map(job => new Job(queue, job.name, job.data, job.opts)); >...