When I create a Bull queue object with out giving name , it will throw the below warning and successfully consumes the job.
UnhandledPromiseRejectionWarning: TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type undefined at Function.from (buffer.js:305:9)
But some times because of this warning the server instance will go into unhealthy state . what will be the exact behaviour ? if queue name is not given, it should not subscribe and publish