Skip to content

Commit

Permalink
chore: fix waiting-children key reference
Browse files Browse the repository at this point in the history
  • Loading branch information
roggervalf committed Dec 4, 2024
1 parent 16a50a4 commit 0d3269b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands/addParentJob-4.lua
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ end
storeJob(eventsKey, jobIdKey, jobId, args[3], ARGV[2], opts, timestamp,
parentKey, parentData, repeatJobKey)

local waitChildrenKey = args[6]
local waitingChildrenKey = args[6]

addJobInWaitingChildren(waitingChildrenKey, parentDependenciesKey, joIdbKey, jobId,
addJobInWaitingChildren(waitingChildrenKey, parentDependenciesKey, jobIdKey, jobId,
timestamp, eventsKey, maxEvents)

return jobId .. "" -- convert to string

0 comments on commit 0d3269b

Please sign in to comment.