diff --git a/README.md b/README.md index b906a987..9c927a4b 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ Judoscale.configure do |config| # Disable reporting for this worker adapter. # Default: true - # config.sidekiq.enabled = false + # config.sidekiq.enabled = !ENV.key?("DISABLE_JUDOSCALE_SIDEKIQ_REPORTING") end ```