but i only get active jobs,
I would like to have all jobs of the queue including the created and completed ones.
I see in other issues that there was a function fetchAll, but it looks like it has been removed.
Also i found nothing about that in the documentation.
I try to fetch all jobs from a queue using this code:
but i only get
active
jobs, I would like to have all jobs of the queue including thecreated
andcompleted
ones. I see in other issues that there was a function fetchAll, but it looks like it has been removed. Also i found nothing about that in the documentation.Is there a way to retrieve all jobs from a queue?