Skip to content

Commit

Permalink
Merge 86a4f6e into 7ca90f9
Browse files Browse the repository at this point in the history
  • Loading branch information
dwarburt committed Jun 18, 2020
2 parents 7ca90f9 + 86a4f6e commit 8e2073d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sidekiq/cron/job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def self.find name
output = Job.new conn.hgetall( redis_key(name) )
end
end
output
output if output && output.valid?
end

# create new instance of cron job
Expand Down

0 comments on commit 8e2073d

Please sign in to comment.