Skip to content

Commit

Permalink
Update README with example for disabling Sidekiq reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlogic committed Dec 13, 2023
1 parent 7908eb2 commit 9e36ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 9e36ead

Please sign in to comment.