bullmq 1.54.2 → 1.54.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -34,7 +34,7 @@ if limit > 0 then
34
34
  rangeEnd = -1
35
35
  end
36
36
 
37
- local jobs = rcall(command, KEYS[1], 0, -1)
37
+ local jobs = rcall(command, KEYS[1], rangeStart, rangeEnd)
38
38
  local deleted = {}
39
39
  local deletedCount = 0
40
40
  local jobTS
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bullmq",
3
- "version": "1.54.2",
3
+ "version": "1.54.3",
4
4
  "description": "Queue for messages and jobs based on Redis",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",