Skip to content

Commit

Permalink
Merge 26dbc7c into 6a0aeff
Browse files Browse the repository at this point in the history
  • Loading branch information
arrrnas committed Jun 9, 2021
2 parents 6a0aeff + 26dbc7c commit 01c034d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sidekiq/cron/job.rb
Expand Up @@ -466,7 +466,7 @@ def save
time = Time.now.utc
conn.zadd(job_enqueued_key, time.to_f.to_s, formated_last_time(time).to_s) unless conn.public_send(REDIS_EXISTS_METHOD, job_enqueued_key)
end
logger.info { "Cron Jobs - add job with name: #{@name}" }
logger.info { "Cron Jobs - added job with name: #{@name}" }
end

def save_last_enqueue_time
Expand Down

0 comments on commit 01c034d

Please sign in to comment.