Skip to content

Commit

Permalink
Merge pull request #2184 from newrelic/psykiq
Browse files Browse the repository at this point in the history
Sidekiq: update deprecation warning, CI testing
  • Loading branch information
fallwith authored Sep 2, 2023
2 parents d704ed4 + c959f40 commit 6747d35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/new_relic/agent/instrumentation/sidekiq.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
executes do
next unless Gem::Version.new(Sidekiq::VERSION) < Gem::Version.new('5.0.0')

deprecation_msg = 'Instrumentation for Sidekiq versions below 5.0.0 is deprecated.' \
'They will stop being monitored in version 9.0.0. ' \
deprecation_msg = 'Instrumentation for Sidekiq versions below 5.0.0 is deprecated ' \
'and will be dropped entirely in a future major New Relic Ruby agent release.' \
'Please upgrade your Sidekiq version to continue receiving full support. '

NewRelic::Agent.logger.log_once(
Expand Down
2 changes: 1 addition & 1 deletion test/multiverse/suites/sidekiq/Envfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ end
SIDEKIQ_VERSIONS = [
[nil, 2.7],
['6.4.0', 2.5],
['5.0.3', 2.4]
['5.0.3', 2.4, 2.5]
]

def gem_list(sidekiq_version = nil)
Expand Down

0 comments on commit 6747d35

Please sign in to comment.