Easier way to get all jobs of all statuses
Created by: denizdogan
Description
I'm looking to list all jobs of all statuses. The only way that I've found is to use Queue#getActive, Queue#getWaiting, etc. and then concatenate the return values of each of those calls. Is there a simpler way than this? If not, it would be really useful.
Test code to reproduce
N/A
Bull version
3.3.10