Daniel Rachlin
Results
12
comments of
Daniel Rachlin
@roggervalf I have `maxRetriesPerRequest` set to `null` and still get the empty job with ID 0. Is there any other cause for this weird behavior? This is my Redis config...
@alenap93 what you mentioned is AND on a single field, what is missing is AND on a range of fields. possible syntax: ``` where: And({ id: LessThan(3), }, { firstName:...