Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix LambdaQueue.get_jobs method (#7231)
Since rq Job.fetch_many (https://github.com/rq/rq/blob/d11094af95188c197a5e11b1c4fa05b000485370/rq/job.py#L604) can return `None` we must explicitly check that job exists.
- Loading branch information