Skip to content

Commit

Permalink
Sort reflections alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
mhenrixon committed Jun 29, 2021
1 parent c3f493a commit a83ab10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/sidekiq_unique_jobs/reflections.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class Reflections
# @return [Array<Symbol>] list of notifications
REFLECTIONS = [
:after_unlock_callback_failed,
:debug,
:duplicate,
:error,
:execution_failed,
Expand All @@ -19,10 +20,9 @@ class Reflections
:reschedule_failed,
:rescheduled,
:timeout,
:unknown_sidekiq_worker,
:unlock_failed,
:unlocked,
:unknown_sidekiq_worker,
:debug,
].freeze

#
Expand Down

0 comments on commit a83ab10

Please sign in to comment.