Skip to content

Commit

Permalink
fix(flow): remove debounce key when parent is moved to fail (#2720)
Browse files Browse the repository at this point in the history
  • Loading branch information
roggervalf authored Aug 22, 2024
1 parent c60e6a3 commit d51aabe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ local function moveParentFromWaitingChildrenToFailed( parentQueueKey, parentKey,

local jobAttributes = rcall("HMGET", parentKey, "parent", "deid")

removeDebounceKeyIfNeeded(parentQueueKey, jobAttributes[2])
removeDebounceKeyIfNeeded(parentQueueKey .. ":", jobAttributes[2])

if jobAttributes[1] then
local parentData = cjson.decode(jobAttributes[1])
Expand Down

0 comments on commit d51aabe

Please sign in to comment.