This commit solves two problems: 1. Redis cache usage is tracked under `redis-rpush` because they use the same Redis URL and `redis-rpush` overrides `redis`. 2. Sidekiq jobs can enqueue an unbounded number of other Sidekiq jobs. The instrumentation cost alone of enqueuing hundreds of thousands of other Sidekiq jobs can be prohibitive, similar to DEBUG-level logging. This commit wraps it in a conditional so it must be enabled explicitly and can be turned on and off at will without a code change. |
||
|---|---|---|
| .. | ||
| acts_as_taggable_on | ||
| constants | ||
| forem_stats_drivers | ||
| honeycomb | ||
| middlewares | ||
| redcarpet/render | ||
| reverse_markdown/converters | ||
| acts_as_forem_stats_driver.rb | ||
| api_constraints.rb | ||
| app_secrets.rb | ||
| database.rb | ||
| forem_stats_driver.rb | ||
| html_css_to_image.rb | ||
| menu.rb | ||
| release_phase_notifier.rb | ||
| seeder.rb | ||
| throttled_call.rb | ||
| url.rb | ||