I use the bull library to set up a processing queue, and when I use the process method for an existing queue I get a warning since this method returns a promise. I noticed bull's documentation ignores this return value and I want to know if it's safe to ignore such promise.
Other small questions, what can I expect if this function fails? If I need to await for it to finish, this leads to issues since I would have to await the result everywhere, is there a way to prevent this?
