Skip to content

Commit

Permalink
Note on unregister_signal_handlers check
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed Feb 16, 2019
1 parent fc07e65 commit b520ba6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/resque-heroku-signals.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ def self.heroku_will_terminate?
end
end

# before bumping resque dependency, check to ensure implementation has not changed
# https://github.com/resque/resque/blame/v2.0.0/lib/resque/worker.rb#L406
# https://github.com/resque/resque/issues/1559#issuecomment-310908574
Resque::Worker.class_eval do
def unregister_signal_handlers
Expand Down

0 comments on commit b520ba6

Please sign in to comment.