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
Description of bug
On version
1.0.4
if I runnode ace bull:listen -b -p 9999
. I get deprecation messages in the console.To Reproduce
Run
node ace bull:listen -b -p 9999
Expected behavior
Not having a deprecation error on console