adonis-bull icon indicating copy to clipboard operation
adonis-bull copied to clipboard

BullMQ connection options deprecation

Open brkn opened this issue 2 years ago • 0 comments

Description of bug

On version 1.0.4 if I run node ace bull:listen -b -p 9999. I get deprecation messages in the console.

BullMQ: DEPRECATION WARNING! Optional instantiation of Queue, Worker, QueueScheduler and QueueEvents without
providing explicitly a connection or connection options is deprecated.
This behaviour will be removed in the next major release

To Reproduce

Run node ace bull:listen -b -p 9999

Expected behavior

Not having a deprecation error on console

brkn avatar Mar 29 '22 13:03 brkn