We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f21870 commit 272159bCopy full SHA for 272159b
examples/aqmulti.js
@@ -54,7 +54,7 @@ async function enq() {
54
},
55
"Message 4"
56
];
57
- await queue.enqMany(messages);
+ await queue.enqMany(messages); // !! Review the enqMany() documentation's caveat before using it !!
58
59
} catch (err) {
60
console.error(err);
0 commit comments