Skip to content

Commit

Permalink
fix(flow): remove debounce key when parent is moved to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
roggervalf committed Aug 22, 2024
1 parent c60e6a3 commit fc3cb14
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 fc3cb14

Please sign in to comment.