Skip to content

Commit

Permalink
refactor: assing marker with correct key
Browse files Browse the repository at this point in the history
  • Loading branch information
roggervalf committed Jan 18, 2024
1 parent 6840736 commit fc28fc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands/moveStalledJobsToWait-9.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ local failedKey = KEYS[4]
local stalledCheckKey = KEYS[5]
local metaKey = KEYS[6]
local pausedKey = KEYS[7]
local eventStreamKey = KEYS[8]
local markerKey = KEYS[9]
local markerKey = KEYS[8]
local eventStreamKey = KEYS[9]
local maxStalledJobCount = ARGV[1]
local queueKeyPrefix = ARGV[2]
local timestamp = ARGV[3]
Expand Down

0 comments on commit fc28fc4

Please sign in to comment.