Skip to content

Commit

Permalink
chore: soft deprecate lua reaper
Browse files Browse the repository at this point in the history
  • Loading branch information
mhenrixon committed Feb 7, 2024
1 parent 3731ac1 commit 31eebe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sidekiq_unique_jobs/orphans/reaper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Reaper
#
# @return [Hash<Symbol, SidekiqUniqueJobs::Orphans::Reaper] the current implementation of reapers
REAPERS = {
lua: SidekiqUniqueJobs::Orphans::LuaReaper,
lua: SidekiqUniqueJobs::Orphans::RubyReaper,
ruby: SidekiqUniqueJobs::Orphans::RubyReaper,
none: SidekiqUniqueJobs::Orphans::NullReaper,
nil => SidekiqUniqueJobs::Orphans::NullReaper,
Expand Down

0 comments on commit 31eebe3

Please sign in to comment.