Skip to content

Only track Redis calls if Peek is enabled

Stan Hu requested to merge sh-disable-redis-peek into master

In dev environments, Sidekiq was encountering the message:

Circular dependency detected while autoloading constant Gitlab::Profiler

This saves some overhead during normal usage.

Edited by Stan Hu

Merge request reports