package.json

This file is pretty much just a copy of our older example with the addition of the bull package and a name change:

{
"name": "queue-worker",
"version": "0.0.1",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"bull": "^3.2.0"
}
}
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset