Rocketseat / adonis-bull

The easiest way to start using an asynchronous job queue with AdonisJS. Ready for Adonis v5 ⚡️
MIT License
308 stars 57 forks source link

fixed custom config using for bull #11

Closed 2peter3 closed 4 years ago

2peter3 commented 4 years ago

compared to Bull's Quick Guide:

var audioQueue = new Queue('audio transcoding', {redis: {port: 6379, host: '127.0.0.1', password: 'foobared'}}); // Specify Redis connection using object

mlrlite commented 4 years ago

I just re-installed this package but it's still showing the previous code and not the fix. it's also looking for 0.1.2 tag as well, just FYI

HigoRibeiro commented 4 years ago

@mlrlite thank you! I fixed this, I think 👀 😄