Skip to content

Commit e4f77cc

Browse files
committed
DEBUG Delay.
1 parent 3347d17 commit e4f77cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/lambdakiq/adapter.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ def enqueue(job, options = {})
88
end
99

1010
def enqueue_at(job, timestamp)
11+
puts "DELAY: #{delay_seconds(timestamp)}"
1112
enqueue job, delay_seconds: delay_seconds(timestamp)
1213
end
1314

0 commit comments

Comments
 (0)