You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: