我的消费者代码看起来如下
const job = await db.collections('jobs').findOneAndUpdate({ status: 'pending'}, { $set: { status: "processing" } } );