Skip to content

Commit

Permalink
disable sidekiq pro for now
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewroth committed Dec 10, 2024
1 parent 4c53375 commit 1793f32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/initializers/sidekiq.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
lock: :until_executed
}

if ENV["AWS_EXECUTION_ENV"].present?
Sidekiq::Pro.dogstatsd = -> { Datadog::Statsd.new socket_path: "/var/run/datadog/dsd.socket" }
end
#if ENV["AWS_EXECUTION_ENV"].present?
# Sidekiq::Pro.dogstatsd = -> { Datadog::Statsd.new socket_path: "/var/run/datadog/dsd.socket" }
#end

0 comments on commit 1793f32

Please sign in to comment.