BarakOpus
Results
2
comments of
BarakOpus
Hey @manast , I think I found the bug. The case that @or-opus mention is when a job with deduplication id failed, and after a new delayed job created with...
Suggested code fix: ```lua local function removeDeduplicationKey(prefixKey, jobKey) local deduplicationId = rcall("HGET", jobKey, "deid") if deduplicationId then local deduplicationKey = prefixKey .. "de:" .. deduplicationId local currentValue = rcall("GET", deduplicationKey)...