bullmq 3.5.7 → 3.5.8
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.
- package/dist/cjs/commands/moveToActive-9.lua +2 -1
- package/dist/cjs/scripts/moveToActive-9.js +2 -1
- package/dist/cjs/scripts/moveToActive-9.js.map +1 -1
- package/dist/esm/commands/moveToActive-9.lua +2 -1
- package/dist/esm/scripts/moveToActive-9.js +2 -1
- package/dist/esm/scripts/moveToActive-9.js.map +1 -1
- package/package.json +1 -1
@@ -190,7 +190,8 @@ if jobId then
|
|
190
190
|
-- Move again since we just got the marker job.
|
191
191
|
jobId = rcall("RPOPLPUSH", KEYS[1], KEYS[2])
|
192
192
|
if jobId and string.sub(jobId, 1, 2) == "0:" then
|
193
|
-
|
193
|
+
rcall("LREM", KEYS[2], 1, jobId)
|
194
|
+
jobId = nil
|
194
195
|
end
|
195
196
|
end
|
196
197
|
if jobId then
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"moveToActive-9.js","sourceRoot":"","sources":["../../../src/scripts/moveToActive-9.ts"],"names":[],"mappings":";;;AAAA,MAAM,OAAO,GAAG
|
1
|
+
{"version":3,"file":"moveToActive-9.js","sourceRoot":"","sources":["../../../src/scripts/moveToActive-9.ts"],"names":[],"mappings":";;;AAAA,MAAM,OAAO,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4Mf,CAAC;AACW,QAAA,YAAY,GAAG;IAC1B,IAAI,EAAE,cAAc;IACpB,OAAO;IACP,IAAI,EAAE,CAAC;CACR,CAAC"}
|
@@ -187,7 +187,8 @@ if jobId then
|
|
187
187
|
-- Move again since we just got the marker job.
|
188
188
|
jobId = rcall("RPOPLPUSH", KEYS[1], KEYS[2])
|
189
189
|
if jobId and string.sub(jobId, 1, 2) == "0:" then
|
190
|
-
|
190
|
+
rcall("LREM", KEYS[2], 1, jobId)
|
191
|
+
jobId = nil
|
191
192
|
end
|
192
193
|
end
|
193
194
|
if jobId then
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"moveToActive-9.js","sourceRoot":"","sources":["../../../src/scripts/moveToActive-9.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,GAAG
|
1
|
+
{"version":3,"file":"moveToActive-9.js","sourceRoot":"","sources":["../../../src/scripts/moveToActive-9.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4Mf,CAAC;AACF,MAAM,CAAC,MAAM,YAAY,GAAG;IAC1B,IAAI,EAAE,cAAc;IACpB,OAAO;IACP,IAAI,EAAE,CAAC;CACR,CAAC"}
|